Skip to content
This repository has been archived by the owner on Feb 10, 2024. It is now read-only.

Build error fixes #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions frontend/package.tmpl.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"postcss": "^8.4.5",
"svelte": "^3.44.0",
"tailwindcss": "^3.0.12",
"vite": "^2.7.2"
}
,"author":"{{.AuthorName}}"}
"vite": "^3.0.0"
},
"author":"{{.AuthorName}}"
}
2 changes: 1 addition & 1 deletion main.tmpl.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func main() {
Frameless: false,
StartHidden: false,
HideWindowOnClose: false,
RGBA: &options.RGBA{255, 255, 255, 255},
BackgroundColour: &options.RGBA{255, 255, 255, 255},
Assets: assets,
LogLevel: logger.DEBUG,
OnStartup: app.startup,
Expand Down