Open kaligrafy opened 1 week ago
@kaligrafy , so what is the problem here? Do we need to update documentation or something else ?
In evolution, -p works, so we should make it work too in transition
both -p and --port should work
So not a bug, but a wishlist... :)
yes, changed the label
I don't know if it's a macos thing, but in linux, in evolution surveys or transition, here's what yarn start -p portNumber
does:
➜ survey git:(main) ✗ yarn start -p 8082
yarn run v1.22.22
$ yarn workspace od_nationale_2024 run start -p 8082
$ yarn babel-node lib/server.js --max-old-space-size=4096 -p 8082
$ ./node_modules/.bin/babel-node lib/server.js --max-old-space-size=4096 -p 8082
8082
Done in 0.77s.
It just prints the port in the console! --port works fine though
tested on macos