SloudhostPage/vite.config.ts
SloudPL df7dddae70
Some checks are pending
Release / release (push) Waiting to run
Test / Run tests (push) Waiting to run
Moved from GitHub
2025-03-19 12:13:58 +01: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()],
})