mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2024-11-16 03:32:36 +08:00
fix: web resource outDir
This commit is contained in:
parent
3be2f5c404
commit
eddf10e740
|
@ -5,4 +5,7 @@ import react from "@vitejs/plugin-react";
|
|||
export default defineConfig({
|
||||
root: "src",
|
||||
plugins: [react()],
|
||||
build: {
|
||||
outDir: "../dist",
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user