first push
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(npm install *)",
|
||||
"Bash(npm --version)",
|
||||
"Bash(npx tsc *)",
|
||||
"Bash(npx vite *)",
|
||||
"Bash(timeout 8 npx tsx src/server/app.ts)",
|
||||
"Bash(node -e \"import\\('occt-import-js'\\).then\\(m => { console.log\\('occt-import-js loaded OK, keys:', Object.keys\\(m\\)\\) }\\).catch\\(e => console.error\\('FAIL:', e.message\\)\\)\")",
|
||||
"Bash(timeout 8 npx tsx --env-file=.env src/server/app.ts)"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user