add service part 1

This commit is contained in:
hamid zarghami
2025-01-23 10:40:02 +03:30
parent 73a385a031
commit b9b2283ba4
8 changed files with 115 additions and 7 deletions
+6 -3
View File
@@ -1,7 +1,10 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react";
// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
})
define: {
global: "window", // تعریف `global` برای مرورگر
},
});