Closed jtfairbank closed 2 weeks ago
The current config attempts to use npm instead of yarn to install dependencies and build the server. It's also helpful to configure the port options- NextJS runs on port 3000 by default.
npm
yarn
Relevant Files: /.gitpod.yml
/.gitpod.yml
See the .gitpod.yml config on our backend project for an example: https://github.com/distributeaid/aggregated-public-information/blob/saga/.gitpod.yml
.gitpod.yml
The current config attempts to use
npm
instead ofyarn
to install dependencies and build the server. It's also helpful to configure the port options- NextJS runs on port 3000 by default.Relevant Files:
/.gitpod.yml
See the
.gitpod.yml
config on our backend project for an example: https://github.com/distributeaid/aggregated-public-information/blob/saga/.gitpod.yml