15 lines
335 B
JSON
15 lines
335 B
JSON
|
|
{
|
||
|
|
"permissions": {
|
||
|
|
"allow": [
|
||
|
|
"Bash(npm install:*)",
|
||
|
|
"Bash(mkdir -p data)",
|
||
|
|
"Bash(DATABASE_URL=\"file:./data/rackmapper.db\" npx prisma migrate dev --name init)",
|
||
|
|
"Bash(npx prisma:*)",
|
||
|
|
"Bash(npx tsc:*)",
|
||
|
|
"Bash(git commit:*)",
|
||
|
|
"Bash(npm uninstall:*)",
|
||
|
|
"Bash(git add:*)"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|