{ "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=$?\")" ] } }