14 lines
311 B
JSON
14 lines
311 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(npm install *)",
|
|
"Read(//e/Demos/DemoOwns/Go/**)",
|
|
"Bash(npm init *)",
|
|
"Bash(npm uninstall *)",
|
|
"Bash(mkdir -p uniapp)",
|
|
"Bash(mkdir src *)",
|
|
"Bash(touch src/App.vue src/main.ts pages.json vite.config.js uni.scss)"
|
|
]
|
|
}
|
|
}
|