We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25d5fdc commit 1705011Copy full SHA for 1705011
render.yaml
@@ -1,3 +1,4 @@
1
+previewsEnabled: true
2
previewsExpireAfterDays: 3
3
4
services:
@@ -7,7 +8,8 @@ services:
7
8
rootDir: tools-public
9
buildCommand: yarn && yarn build
10
startCommand: node_modules/.bin/toolpad start
- pullRequestPreviewsEnabled: true
11
+ # We use preview environments instead
12
+ pullRequestPreviewsEnabled: false
13
plan: starter
14
envVars:
15
- key: NODE_VERSION
0 commit comments