diff --git a/turbo-nextjs/README.md b/turbo-nextjs/README.md index a567cdc..c2e71a6 100644 --- a/turbo-nextjs/README.md +++ b/turbo-nextjs/README.md @@ -2,6 +2,7 @@ ## Server build (NodeJS) - Set `Build Pack` to `nixpacks`. -- Set the start command to `cd apps/ && npm run start`. +- Set the build command to `npm run build --filter=web`, +- Set the start command to `npm run start --filter=web`. - `npm` could be different depending on the package manager you are using (`Nixpacks` decides based on the lock file). -- That's all. \ No newline at end of file +- That's all.