Deployed Version 1

This commit is contained in:
RIT Services
2026-08-04 03:42:38 +00:00
parent 2f18d432e7
commit e931328788
7 changed files with 46 additions and 48 deletions

View File

@@ -4,4 +4,9 @@ import react from '@vitejs/plugin-react'
// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
server: {
host: true,
port: 5176,
allowedHosts: true,
},
})