Files
rikkei_simple_care/client/wails.json
PhuocNTB 0ff025fb15
Some checks failed
Deploy on Master Change / deploy (push) Has been cancelled
fix block ci cd
2026-07-13 15:52:35 +07:00

13 lines
368 B
JSON

{
"$schema": "https://wails.io/schemas/config.v2.json",
"name": "Simple Care by Rikkei Edu",
"outputfilename": "simple_care_v1.2",
"frontend:install": "npm install",
"frontend:build": "npm run build",
"frontend:dev:watcher": "npm run dev",
"frontend:dev:serverUrl": "auto",
"author": {
"name": "PhuocNTB",
"email": "phuocntb@mieusoft.com"
}
}