mirror of
https://github.com/Theodor-Springmann-Stiftung/webseite.git
synced 2025-10-29 09:15:34 +00:00
Initial
This commit is contained in:
9
src/vite.config.js
Normal file
9
src/vite.config.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import { resolve } from "path";
|
||||
import { defineConfig } from "vite";
|
||||
export default defineConfig({
|
||||
build: {
|
||||
root: resolve(__dirname, "src"),
|
||||
outDir: "./dist/",
|
||||
emptyOutDir: true,
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user