13 lines
308 B
JSON
13 lines
308 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 *)"
|
|
]
|
|
}
|
|
}
|