first working commit just flipped

This commit is contained in:
Marco Mooren
2025-11-04 18:30:55 +01:00
commit ca6e2475fd
15 changed files with 6238 additions and 0 deletions

8
vite.config.ts Normal file
View File

@@ -0,0 +1,8 @@
import { defineConfig } from 'vite'
export default defineConfig({
server: {
port: 3000,
host: true
}
})