We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
nextstep.taljacob.theworkpc.com
1 parent 552763d commit eea0506Copy full SHA for eea0506
1 file changed
nextstep-frontend/vite.config.ts
@@ -10,7 +10,8 @@ export default defineConfig({
10
plugins: [react()],
11
server: {
12
port: parseInt(process.env.VITE_PORT || '5000'),
13
- host: process.env.VITE_DOMAIN_NAME || 'localhost'
+ host: process.env.VITE_DOMAIN_NAME || 'localhost',
14
+ allowedHosts: ['nextstep.taljacob.theworkpc.com']
15
},
16
preview: {
17
0 commit comments