Files
Critical/vite.config.ts
Nazanin 1b201dff09
Some checks failed
Playwright Tests / test (push) Has been cancelled
first commit
2026-05-30 10:53:27 +00:00

8 lines
161 B
TypeScript

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