mirror of
https://github.com/misitebao/wails-template-vue
synced 2025-02-23 13:02:16 +08:00
feat: add serverUrl
This commit is contained in:
parent
845e3b0829
commit
7bc48aa2fc
@ -4,7 +4,7 @@
|
||||
"version": "0.1.0",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build":"vite build",
|
||||
"build":"vite build --emptyOutDir",
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
|
@ -5,7 +5,8 @@
|
||||
"frontend:install": "npm install",
|
||||
"frontend:build": "npm run build -w js",
|
||||
"frontend:dev:watcher": "npm run dev -w js",
|
||||
"debounceMS": 1200,
|
||||
"frontend:dev:serverUrl": "http://localhost:3000",
|
||||
"debounceMS": 1000,
|
||||
"author": {
|
||||
"name": "{{.AuthorName}}",
|
||||
"email": "{{.AuthorEmail}}"
|
||||
|
Loading…
Reference in New Issue
Block a user