start dmail project

This commit is contained in:
hamid zarghami
2025-04-27 15:40:52 +03:30
commit 2ef02e0b6b
21 changed files with 2688 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react";
import tailwindcss from "@tailwindcss/vite";
// https://vite.dev/config/
export default defineConfig({
plugins: [react(), tailwindcss()],
});