Prashanth Mohan
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
package.json
|
@ -39,7 +39,7 @@ |
|
|
"postinstall": "prisma generate", |
|
|
"postinstall": "prisma generate", |
|
|
"replace-placeholders-in-build": "node ./replace.build.js", |
|
|
"replace-placeholders-in-build": "node ./replace.build.js", |
|
|
"start": "node dist/apps/api/main", |
|
|
"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:production": "yarn database:migrate && yarn database:seed && node main", |
|
|
"start:server": "nx run api:copy-assets && nx run api:serve --watch", |
|
|
"start:server": "nx run api:copy-assets && nx run api:serve --watch", |
|
|
"start:storybook": "nx run ui:storybook", |
|
|
"start:storybook": "nx run ui:storybook", |
|
|