fix(vite.config): change emptyOutDir option to false to retain previous build files
Some checks failed
CI / test-backend (push) Successful in 16s
CI / lint (push) Failing after 44s
CI / build-frontend (push) Successful in 9m35s
Tests / test (push) Successful in 9m49s

This commit is contained in:
2026-01-03 10:38:27 -06:00
parent 8d87a61e67
commit a1964f8807

View File

@@ -21,7 +21,7 @@ export default {
// we want to compile vite app to meshchatx/public which is bundled and served by the python executable
outDir: path.join(__dirname, "meshchatx", "public"),
emptyOutDir: true,
emptyOutDir: false,
rollupOptions: {
treeshake: {