Initial commit: Nadiri Sports TV Timer

This commit is contained in:
Andre
2026-02-27 09:45:03 +01:00
commit eeaaf8811e
18 changed files with 5416 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
import tailwindcss from '@tailwindcss/vite'
export default defineConfig({
plugins: [react(), tailwindcss()],
publicDir: 'public',
build: {
assetsDir: 'assets',
},
})