20 lines
727 B
JSON
20 lines
727 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(cd \"C:/Users/earl_/source/repos/CabritsMath/cabrits-math\" && npx next build 2>&1 | tail -80)",
|
|
"Bash(npx tsc *)",
|
|
"Bash(echo \"TSC_EXIT=$?\")",
|
|
"Bash(npx eslint *)",
|
|
"Bash(echo \"LINT_EXIT=$?\")",
|
|
"Bash(npx next *)",
|
|
"Bash(echo \"BUILD_EXIT=$?\")",
|
|
"Skill(run)",
|
|
"Bash(nohup npx next start -p 3457)",
|
|
"Bash(curl -s -o /dev/null -w \"%{http_code}\" http://localhost:3457/)",
|
|
"Bash(google-chrome --headless --disable-gpu --no-sandbox --window-size=1280,2400 --screenshot=/tmp/cabrits-home.png --hide-scrollbars http://localhost:3457/)",
|
|
"Read(//tmp/**)",
|
|
"Bash(pkill -f \"next start -p 3457\")"
|
|
]
|
|
}
|
|
}
|