feat: initialize the wails project

This commit is contained in:
2023-08-25 20:33:11 +00:00
parent 18df5de5a3
commit 7ac2d71b4d
19 changed files with 610 additions and 2 deletions

13
wails.json Normal file
View File

@@ -0,0 +1,13 @@
{
"$schema": "https://wails.io/schemas/config.v2.json",
"name": "dmxconnect",
"outputfilename": "dmxconnect",
"frontend:install": "npm install",
"frontend:build": "npm run build",
"frontend:dev:watcher": "npm run dev",
"frontend:dev:serverUrl": "auto",
"author": {
"name": "",
"email": ""
}
}