Commit all uncommitted files

This commit is contained in:
10x Developer 2026-05-04 21:41:42 +02:00
parent 8ecb23b7dc
commit 6fc0820831
14 changed files with 1347 additions and 2 deletions

View file

@ -4,7 +4,6 @@ import react from '@vitejs/plugin-react'
export default defineConfig({
plugins: [react()],
server: {
host: true,
port: 3000
allowedHosts: true
}
})