SPMS_WEB/react/vite.config.ts
SEAN 75d4a25a24
All checks were successful
SPMS_BO/pipeline/head This commit looks good
[] 새 프로젝트 생성
2025-12-03 14:24:49 +09: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()],
})