This commit is contained in:
jahruz67
2026-03-26 09:56:19 -07:00
commit 2d36041f6a
50 changed files with 6563 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"$schema": "https://wails.io/schemas/config.v2.json",
"name": "wis-free-v3",
"outputfilename": "wis-free-v3",
"frontend:install": "npm install",
"frontend:build": "npm run build",
"frontend:dev:watcher": "npm run dev",
"frontend:dev:serverUrl": "auto"
}