Skip to content

Commit

Permalink
Set vite root to parent folder
Browse files Browse the repository at this point in the history
  • Loading branch information
leydel committed Dec 2, 2024
1 parent 9227875 commit bfc952d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Modkit/Website/vite.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { defineConfig } from "vite";

export default defineConfig({
root: "src",
root: ".",
build: {
outDir: "./dist",
emptyOutDir: true,
Expand Down

0 comments on commit bfc952d

Please sign in to comment.