mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-10 18:05:48 +02:00
feat: support https
This commit is contained in:
parent
b1a7866725
commit
1ca802d829
40 changed files with 1845 additions and 736 deletions
48
.vscode/tasks.json
vendored
48
.vscode/tasks.json
vendored
|
@ -43,6 +43,52 @@
|
|||
"isDefault": true
|
||||
},
|
||||
"problemMatcher": []
|
||||
},
|
||||
{
|
||||
"label": "[App] Gettext Extract",
|
||||
"type": "shell",
|
||||
"command": "cd app && pnpm gettext:extract",
|
||||
"isBackground": true,
|
||||
"presentation": {
|
||||
"panel": "new"
|
||||
},
|
||||
"problemMatcher": []
|
||||
},
|
||||
{
|
||||
"label": "[App] ESLint Fix",
|
||||
"type": "shell",
|
||||
"command": "cd app && pnpm lint --fix",
|
||||
"presentation": {
|
||||
"panel": "new"
|
||||
},
|
||||
"problemMatcher": []
|
||||
},
|
||||
{
|
||||
"label": "[App] Typecheck",
|
||||
"type": "shell",
|
||||
"command": "cd app && pnpm typecheck",
|
||||
"presentation": {
|
||||
"panel": "new"
|
||||
},
|
||||
"problemMatcher": []
|
||||
},
|
||||
{
|
||||
"label": "Go Generate",
|
||||
"type": "shell",
|
||||
"command": "./gen.sh",
|
||||
"presentation": {
|
||||
"panel": "new"
|
||||
},
|
||||
"problemMatcher": []
|
||||
},
|
||||
{
|
||||
"label": "Bump Version",
|
||||
"type": "shell",
|
||||
"command": "./version.sh",
|
||||
"presentation": {
|
||||
"panel": "new"
|
||||
},
|
||||
"problemMatcher": []
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue