Skip to content

Commit b4c416a

Browse files
committed
Correcting node permissions configuration
1 parent a3f3b6e commit b4c416a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/hugo.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,6 @@ security:
119119
- '^dart-sass-embedded$'
120120
node:
121121
permissions:
122-
allowFsRead:
123-
- "."
124-
- "node_modules"
122+
allowRead:
123+
- .
124+

0 commit comments

Comments
 (0)