Browse Source

Merge 111c0738e5 into 0d676a46c8

pull/2407/merge
Prashanth Mohan 1 year ago
committed by GitHub
parent
commit
2ce84965d5
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      package.json

2
package.json

@ -39,7 +39,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:copy-assets && nx run api:serve --watch",
"start:storybook": "nx run ui:storybook",

Loading…
Cancel
Save