We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80b7e26 commit 4de9c95Copy full SHA for 4de9c95
1 file changed
render.yaml
@@ -110,12 +110,13 @@ services:
110
runtime: node
111
region: frankfurt
112
plan: starter
113
+ rootDir: apps/landing
114
buildCommand: |
- echo "Installing workspace dependencies..."
115
+ echo "Installing landing app dependencies..."
116
pnpm install --frozen-lockfile --prod=false
117
echo "Building landing app..."
- pnpm build:landing
118
- startCommand: pnpm start:landing
+ pnpm build
119
+ startCommand: pnpm start
120
envVars:
121
- key: NODE_ENV
122
value: production
0 commit comments