25 lines
656 B
JSON
25 lines
656 B
JSON
{
|
|
"$schema": "https://wails.io/schemas/config.v2.json",
|
|
"name": "Daily Timer",
|
|
"outputfilename": "daily-timer",
|
|
"frontend:install": "npm install",
|
|
"frontend:build": "npm run build",
|
|
"frontend:dev:watcher": "npm run dev",
|
|
"frontend:dev:serverUrl": "http://localhost:5173",
|
|
"devServer": {
|
|
"host": "localhost",
|
|
"port": 34115
|
|
},
|
|
"author": {
|
|
"name": "Movida.Biz",
|
|
"email": "admin@movida.biz"
|
|
},
|
|
"info": {
|
|
"companyName": "Movida.Biz",
|
|
"productName": "Daily Timer",
|
|
"productVersion": "1.0.0",
|
|
"comments": "Meeting timer with participant time tracking",
|
|
"copyright": "Copyright © 2026 Movida.Biz"
|
|
}
|
|
}
|