This commit is contained in:
2023-07-29 17:57:45 +02:00
parent 150638b592
commit 4ec3c5ab2f
22 changed files with 273 additions and 196 deletions

View File

@@ -1,7 +1,8 @@
import {defineConfig} from "vite";
export default defineConfig({
base: "/climate/static",
build: {
outDir: '../app-dist/static',
outDir: "../dist",
},
});