updated npm run buildmac

This commit is contained in:
2026-02-08 18:17:27 -05:00
parent 10942040e4
commit 8d4959dbb3
2 changed files with 5 additions and 1 deletions

View File

@@ -3,7 +3,10 @@
"allow": [
"Bash(tree:*)",
"Bash(npm install:*)",
"Bash(npm run build:*)"
"Bash(npm run build:*)",
"Bash(nginx -t:*)",
"Bash(sudo nginx:*)",
"Bash(ln -s:*)"
]
}
}