You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm testing this out with a different project in an outside repo and 3000 is already in use for the app, so my use case is specifying a different port for the FE to run on.
I had this working in a previous branch, but pulled new release and couldn't get yarn build to work anymore (some error about TS + an experimental decorator), so here's a diff that might point things in the right direction:
This uses the special variable NEXT_PUBLIC_{NAME} to allow it to be built in to the frontend from environment. And the diff doesn't handle docker and I haven't really tested it outside of making my app work with the dashboard.
Usage for a non-standard port would then be something like:
I'm testing this out with a different project in an outside repo and 3000 is already in use for the app, so my use case is specifying a different port for the FE to run on.
I had this working in a previous branch, but pulled new
release
and couldn't getyarn build
to work anymore (some error about TS + an experimental decorator), so here's a diff that might point things in the right direction:This uses the special variable
NEXT_PUBLIC_{NAME}
to allow it to be built in to the frontend from environment. And the diff doesn't handle docker and I haven't really tested it outside of making my app work with the dashboard.Usage for a non-standard port would then be something like:
Dev:
Prod:
The text was updated successfully, but these errors were encountered: