fix: web resource outDir
This commit is contained in:
parent
3be2f5c404
commit
eddf10e740
1 changed files with 3 additions and 0 deletions
|
@ -5,4 +5,7 @@ import react from "@vitejs/plugin-react";
|
|||
export default defineConfig({
|
||||
root: "src",
|
||||
plugins: [react()],
|
||||
build: {
|
||||
outDir: "../dist",
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue