This commit is contained in:
2024-12-29 00:48:37 +01:00
parent 0d295c6361
commit c06033d39a
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -1,4 +1,4 @@
module wails-template
module biglamp
go 1.21

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://wails.io/schemas/config.v2.json",
"name": "wails-template",
"outputfilename": "wails-template",
"name": "biglamp",
"outputfilename": "biglamp",
"frontend:install": "pnpm install",
"frontend:build": "pnpm build",
"frontend:dev:watcher": "pnpm dev",