We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01580ab commit 17d71caCopy full SHA for 17d71ca
vite.config.js
@@ -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