mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15: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": []
|
"problemMatcher": []
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"label": "[App] Build",
|
||||||
|
"type": "shell",
|
||||||
|
"command": "cd app && pnpm build",
|
||||||
|
"presentation": {
|
||||||
|
"panel": "new"
|
||||||
|
},
|
||||||
|
"problemMatcher": []
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"label": "Go Generate",
|
"label": "Go Generate",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
{"version":"2.0.0-rc.5","build_id":1,"total_build":395}
|
{"version":"2.0.0-rc.5","build_id":2,"total_build":396}
|
Loading…
Add table
Add a link
Reference in a new issue