no caching and force recreate

This commit is contained in:
2026-09-01 22:50:30 +02:00
parent 0784d77684
commit 2856aaf0d8
2 changed files with 2 additions and 4 deletions
-1
View File
@@ -9,7 +9,6 @@ import { defineConfig } from "vite";
import { HOST_URL } from "#/config.ts";
const config = defineConfig({
base: "/",
resolve: { tsconfigPaths: true },
plugins: [
devtools(),