wails-angular-template
wails-angular-template copied to clipboard
wails dev not work
wails build work.
It will continue when press Ctrl + C
, but the wails will auto quit.
I updated the wails.json
file with the following to solve the issue for me
"frontend:install": "npm install",
"frontend:dev:watcher": "npm run start",
"frontend:dev:serverUrl": "http://localhost:4200",
Not sure if this is how the author intended for it to work, but it solves the issue for now at least.