moved to vite

This commit is contained in:
QkoSad
2024-09-07 14:42:09 +03:00
parent 04ae8b7be8
commit d9455d002b
24 changed files with 1709 additions and 23700 deletions
+11
View File
@@ -0,0 +1,11 @@
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react";
export default defineConfig(() => {
return {
build: {
outDir: "build",
},
plugins: [react()],
};
});