mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-26 19:12:50 +00:00
15 lines
638 B
JSON
15 lines
638 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(curl -s -o /dev/null -w \"HTTP %{http_code}\\\\n\" http://localhost:4200/v2/dashboard)",
|
|
"Bash(pkill -f \"nx run @ema-platform/portal:serve\")",
|
|
"Bash(pkill -f \"vite\")",
|
|
"Bash(node -e \"console.log\\(require\\('./node_modules/@mantine/core/package.json'\\).version\\)\")",
|
|
"Bash(node_modules/.bin/tsc --noEmit -p apps/portal/tsconfig.app.json)",
|
|
"Bash(node_modules/.bin/tsc --noEmit -p apps/portal/tsconfig.json)",
|
|
"Bash(node_modules/.bin/tsc --noEmit -p tsconfig.json)",
|
|
"Bash(../../node_modules/.bin/tsc --noEmit -p tsconfig.json)"
|
|
]
|
|
}
|
|
}
|