refactorings
Some checks failed
deploy to production / deploy (push) Failing after 11s

This commit is contained in:
2025-10-05 14:04:52 +00:00
parent 2a5a5e2121
commit 3deb4fbad0
7 changed files with 1 additions and 114 deletions

View File

@@ -15,7 +15,6 @@ config.options.plugins = [
compilerOptions: {
generate: "ssr",
css: false,
hydratable: true,
dev: (process.argv?.length > 2 ? process.argv[2] : "build") !== "build",
},
preprocess: svelteConfig.preprocess,