11 lines
380 B
JSON
11 lines
380 B
JSON
|
|
{
|
||
|
|
"permissions": {
|
||
|
|
"allow": [
|
||
|
|
"Bash(cd \"D:/git/gitea/LoveKeyOW\" && npm create vite@latest . -- --template vue 2>&1)",
|
||
|
|
"Bash(cd \"D:/git/gitea/LoveKeyOW\" && npm create vite@latest . -- --template vue --force 2>&1)",
|
||
|
|
"Bash(cd \"D:/git/gitea/LoveKeyOW\" && npm install 2>&1)",
|
||
|
|
"Bash(cd \"D:/git/gitea/LoveKeyOW\" && npx vite build 2>&1)"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|