Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
1. Bumped to Vite 3 to fix dependency resolution errors
2. Renamed the missing field in Go app template
  • Loading branch information
michal-kapala committed Nov 6, 2023
1 parent 5f9de63 commit 5f24bd8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
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

0 comments on commit 5f24bd8

Please sign in to comment.