diff --git a/actions/routes.go b/actions/routes.go index 34c1a04..990029a 100644 --- a/actions/routes.go +++ b/actions/routes.go @@ -60,7 +60,6 @@ func (app *App) getAssetHandler() (http.Handler, error) { if app.conf.DeployEnv.IsProduction() { viteHandler, err := vite.NewHandler(vite.Config{ FS: build.DistDir(), - IsDev: app.conf.DeployEnv.IsProduction(), ViteEntry: "js/main.js", ViteTemplate: vite.Vanilla, ViteManifest: "dist/manifest.json",