Files
lxc-streamutils/apps/overlay/vite.config.ts
T
2026-07-15 22:14:58 -07:00

4 lines
129 B
TypeScript

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