الملفات
test-gazer-dashboard/.history/vite.config_20251001195155.ts
2025-10-02 05:14:15 +03:00

8 أسطر
161 B
TypeScript

import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
})