13 lines
341 B
JSON
13 lines
341 B
JSON
|
|
{
|
||
|
|
"$schema": "https://wails.io/schemas/config.v2.json",
|
||
|
|
"name": "waste",
|
||
|
|
"outputfilename": "waste",
|
||
|
|
"frontend:install": "echo 'run: cd web && npm install'",
|
||
|
|
"frontend:build": "echo 'run: ./build-app.sh'",
|
||
|
|
"frontend:dev:watcher": "",
|
||
|
|
"frontend:dev:serverUrl": "http://localhost:5173",
|
||
|
|
"author": {
|
||
|
|
"name": "waste-go"
|
||
|
|
}
|
||
|
|
}
|