yarn run v1.22.19
$ wsrun -p 'back-end' -p 'front-end' --no-prefix -c start
$ node dist/server.js
$ next start
ready - started server on 0.0.0.0:3000, url:
http://localhost:3000
/usr/local/src/app/packages/back-end/dist/util/secrets.js:79
throw new Error("Cannot use JWT_SECRET=dev in production. Please set to a long random string.");
^
Error: Cannot use JWT_SECRET=dev in production. Please set to a long random string.
at Object.<anonymous> (/usr/local/src/app/packages/back-end/dist/util/secrets.js
7911)
at Module._compile (node
internal/modules/cjs/loader1198:14)
at Object.Module._extensions..js (node
internal/modules/cjs/loader1252:10)
at Module.load (node
internal/modules/cjs/loader1076:32)
at Function.Module._load (node
internal/modules/cjs/loader911:12)
at Module.require (node
internal/modules/cjs/loader1100:19)
at require (node
internal/modules/cjs/helpers119:18)
at Object.<anonymous> (/usr/local/src/app/packages/back-end/dist/init/config.js
1119)
at Module._compile (node
internal/modules/cjs/loader1198:14)
at Object.Module._extensions..js (node
internal/modules/cjs/loader1252:10)
error Command failed with exit code 1.
info Visit
https://yarnpkg.com/en/docs/cli/run for documentation about this command.
yarn start
failed with exit code 1