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",
|
"version": "0.1.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
"build":"vite build",
|
"build":"vite build --emptyOutDir",
|
||||||
"preview": "vite preview"
|
"preview": "vite preview"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -5,7 +5,8 @@
|
|||||||
"frontend:install": "npm install",
|
"frontend:install": "npm install",
|
||||||
"frontend:build": "npm run build -w js",
|
"frontend:build": "npm run build -w js",
|
||||||
"frontend:dev:watcher": "npm run dev -w js",
|
"frontend:dev:watcher": "npm run dev -w js",
|
||||||
"debounceMS": 1200,
|
"frontend:dev:serverUrl": "http://localhost:3000",
|
||||||
|
"debounceMS": 1000,
|
||||||
"author": {
|
"author": {
|
||||||
"name": "{{.AuthorName}}",
|
"name": "{{.AuthorName}}",
|
||||||
"email": "{{.AuthorEmail}}"
|
"email": "{{.AuthorEmail}}"
|
||||||
|
Loading…
Reference in New Issue
Block a user