corrierifrontend/vite.config.ts
AV77web ca03d6c07c
Some checks failed
Deploy to VPS / build (push) Failing after 1s
Deploy to VPS / deploy (push) Has been skipped
primo commit
2026-06-21 00:49:11 +02:00

7 lines
161 B
TypeScript

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