Skip to content

Commit 0cc5299

Browse files
config: Add allowed hosts to Vite development server configuration.
1 parent aa435af commit 0cc5299

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

frontend/vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ export default defineConfig({
77
host: 'localhost',
88
port: 5173,
99
strictPort: true,
10+
allowedHosts: ['authdb-1-1vsu.onrender.com', 'authdb-832j.onrender.com', 'localhost', '0.0.0.0'],
1011
open: true
1112
},
1213
plugins: [react()],

0 commit comments

Comments
 (0)