Skip to content

Commit 17d71ca

Browse files
authored
Create vite.config.js
1 parent 01580ab commit 17d71ca

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

vite.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
export default {
2+
root: "src", // Set Vite to use the `src` folder as the root
3+
build: {
4+
outDir: "../dist" // Output build files to `dist/`
5+
}
6+
};

0 commit comments

Comments
 (0)