From b5f0a13c01136459703e27a243696e2a4c2549b3 Mon Sep 17 00:00:00 2001 From: Timothy Farrell Date: Tue, 12 May 2026 23:04:53 +0000 Subject: [PATCH] Don't minify the code. We're not trying to save bandwidth. --- dist/index.html | 7926 ++++++++++++++++++++++++++++++++++++++++++++++- vite.config.js | 1 + 2 files changed, 7924 insertions(+), 3 deletions(-) diff --git a/dist/index.html b/dist/index.html index baed6a5..4a8c710 100644 --- a/dist/index.html +++ b/dist/index.html @@ -5,9 +5,7929 @@ Password Vault - - diff --git a/vite.config.js b/vite.config.js index e9dec56..14a8aee 100644 --- a/vite.config.js +++ b/vite.config.js @@ -16,6 +16,7 @@ export default defineConfig(({ command }) => ({ ], build: { target: 'esnext', + minify: false, }, preview: { allowedHosts: ["dev.thecookiejar.me"]