setup-frontend-environment #21

Merged
kasun merged 5 commits from setup-frontend-environment into main 2026-03-24 04:21:47 +01:00
Showing only changes of commit fd91198315 - Show all commits
+5
View File
@@ -4,4 +4,9 @@ import react from '@vitejs/plugin-react'
// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
server: {
host: '0.0.0.0',
port: 5173,
allowedHosts: ['5173.code-server.kasuns.website'],
},
})