|
|
|
@ -15,7 +15,8 @@
|
|
|
|
"Bash(npx vitest:*)",
|
|
|
|
"Bash(npx vitest:*)",
|
|
|
|
"Bash(npx vite:*)",
|
|
|
|
"Bash(npx vite:*)",
|
|
|
|
"Bash(rm -rf src/ node_modules/)",
|
|
|
|
"Bash(rm -rf src/ node_modules/)",
|
|
|
|
"Bash(rm -f package.json package-lock.json vite.config.ts tsconfig.json index.html firebase-applet-config.json firebase-blueprint.json firestore.rules metadata.json README.md .DS_Store)"
|
|
|
|
"Bash(rm -f package.json package-lock.json vite.config.ts tsconfig.json index.html firebase-applet-config.json firebase-blueprint.json firestore.rules metadata.json README.md .DS_Store)",
|
|
|
|
|
|
|
|
"Bash(git status:*)"
|
|
|
|
],
|
|
|
|
],
|
|
|
|
"defaultMode": "bypassPermissions"
|
|
|
|
"defaultMode": "bypassPermissions"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|