diff --git a/package.json b/package.json index 8c119b880..01bedb555 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "postinstall": "prisma generate", "replace-placeholders-in-build": "node ./replace.build.js", "start": "node dist/apps/api/main", - "start:client": "nx run client:copy-assets && nx run client:serve --configuration=development-en --hmr -o", + "start:client": "nx run client:copy-assets && nx run client:serve --configuration=development-en --hmr -o --host=0.0.0.0", "start:production": "yarn database:migrate && yarn database:seed && node main", "start:server": "nx run api:serve --watch", "start:storybook": "nx run ui:storybook",