car-detection / frontend /vite.config.ts
socks22's picture
first
f3f6f5d
raw
history blame contribute delete
162 Bytes
import { defineConfig } from 'vite'
import preact from '@preact/preset-vite'
// https://vite.dev/config/
export default defineConfig({
plugins: [preact()],
})