Forráskód Böngészése

fix: web resource outDir

GyDi 3 éve
szülő
commit
eddf10e740
1 módosított fájl, 3 hozzáadás és 0 törlés
  1. 3 0
      vite.config.ts

+ 3 - 0
vite.config.ts

@@ -5,4 +5,7 @@ import react from "@vitejs/plugin-react";
 export default defineConfig({
   root: "src",
   plugins: [react()],
+  build: {
+    outDir: "../dist",
+  },
 });