Files
wails-vue-template/wails.json
2024-04-26 14:23:27 +01:00

14 lines
343 B
JSON

{
"$schema": "https://wails.io/schemas/config.v2.json",
"name": "template",
"outputfilename": "template",
"frontend:install": "npm install",
"frontend:build": "npm run build",
"frontend:dev:watcher": "npm run dev",
"frontend:dev:serverUrl": "auto",
"author": {
"name": "kevin-DL",
"email": "kevanatole@gmail.com"
}
}