Skip to content
Snippets Groups Projects
Commit eddf10e7 authored by GyDi's avatar GyDi
Browse files

fix: web resource outDir

parent 3be2f5c4
No related branches found
No related tags found
No related merge requests found
...@@ -5,4 +5,7 @@ import react from "@vitejs/plugin-react"; ...@@ -5,4 +5,7 @@ import react from "@vitejs/plugin-react";
export default defineConfig({ export default defineConfig({
root: "src", root: "src",
plugins: [react()], plugins: [react()],
build: {
outDir: "../dist",
},
}); });
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment