This commit is contained in:
2026-03-23 20:21:11 -03:00
parent 521f414bef
commit ad61fc3308
75 changed files with 4522 additions and 4283 deletions
+11
View File
@@ -0,0 +1,11 @@
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react";
// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
build: {
outDir: "../Sites/PortfolioProd",
emptyOutDir: true,
},
});