Newer
Older
ExoLauncher / vite.config.ts
@楽曲作りまくりおじさん 楽曲作りまくりおじさん 7 hours ago 161 bytes Initial commit: ExoLauncher Desktop App with SSE and cleaned structure
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'

// https://vite.dev/config/
export default defineConfig({
  plugins: [react()],
})