supplier_central_frontend/vite.config.ts
vickytechkey 2a8f575e1c
All checks were successful
Beta CI/CD Pipeline / build-and-test (push) Successful in 1m21s
Beta CI/CD Pipeline / deploy-beta (push) Successful in 25s
feat: remove backend link and support passwordless login and registration
2026-09-10 20:05:12 +05:30

9 lines
170 B
TypeScript

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