Initial commit

This commit is contained in:
2024-08-19 08:21:42 +00:00
commit f4d29aabbd
32 changed files with 2865 additions and 0 deletions

13
wails.json Normal file
View File

@@ -0,0 +1,13 @@
{
"$schema": "https://wails.io/schemas/config.v2.json",
"name": "wails-template",
"outputfilename": "wails-template",
"frontend:install": "pnpm install",
"frontend:build": "pnpm build",
"frontend:dev:watcher": "pnpm dev",
"frontend:dev:serverUrl": "auto",
"author": {
"name": "PhatPhuckDave",
"email": "david.majdandzic@hotmail.com"
}
}