myheats

Live heats, scoring and leaderboard for sport events
git clone https://git.in0rdr.ch/myheats.git
Log | Files | Refs | Pull requests | README | LICENSE

vite.config.js (163B)


      1 import { defineConfig } from 'vite'
      2 import react from '@vitejs/plugin-react'
      3 
      4 // https://vitejs.dev/config/
      5 export default defineConfig({
      6   plugins: [react()],
      7 })