mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-10 18:05:48 +02:00
feat: add build task for app and update version build_id
This commit is contained in:
parent
51443dead2
commit
543c0541db
2 changed files with 10 additions and 1 deletions
9
.vscode/tasks.json
vendored
9
.vscode/tasks.json
vendored
|
@ -72,6 +72,15 @@
|
|||
},
|
||||
"problemMatcher": []
|
||||
},
|
||||
{
|
||||
"label": "[App] Build",
|
||||
"type": "shell",
|
||||
"command": "cd app && pnpm build",
|
||||
"presentation": {
|
||||
"panel": "new"
|
||||
},
|
||||
"problemMatcher": []
|
||||
},
|
||||
{
|
||||
"label": "Go Generate",
|
||||
"type": "shell",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue