Skip to content

Commit

Permalink
feat: update template config
Browse files Browse the repository at this point in the history
  • Loading branch information
misitebao committed Nov 21, 2022
1 parent 5230c7f commit 40a66f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions template.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wails-template-vue",
"shortname": "vue",
"author": "Misitebao <[email protected]>",
"description": "A template using vue and vue-router",
"author": "Misite Bao <[email protected]>",
"description": "Wails template based on Vue ecology",
"helpurl": "https://github.com/misitebao/wails-template-vue"
}
2 changes: 1 addition & 1 deletion wails.tmpl.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"frontend:build": "npm run build",
"frontend:dev:build": "npm run build-only",
"frontend:dev:watcher": "npm run dev",
"frontend:dev:serverUrl": "http://localhost:5173",
"frontend:dev:serverUrl": "auto",
"debounceMS": 500,
"author": {
"name": "{{.AuthorName}}",
Expand Down

0 comments on commit 40a66f8

Please sign in to comment.