Don't minify the code. We're not trying to save bandwidth.

This commit is contained in:
Timothy Farrell 2026-05-12 23:04:53 +00:00
parent 49b3994de4
commit b5f0a13c01
2 changed files with 7924 additions and 3 deletions

7926
dist/index.html vendored

File diff suppressed because one or more lines are too long

View File

@ -16,6 +16,7 @@ export default defineConfig(({ command }) => ({
],
build: {
target: 'esnext',
minify: false,
},
preview: {
allowedHosts: ["dev.thecookiejar.me"]