We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4944cee commit b6b74caCopy full SHA for b6b74ca
docs-website/scripts/deployment.ts
@@ -46,7 +46,7 @@ async function main() {
46
buildkit: true,
47
memorySize: '1gb',
48
machineType: 'shared-cpu-2x',
49
- suspend: stage === 'preview',
+ // suspend: stage === 'preview',
50
depot: true,
51
kill_timeout: 300,
52
env: {
website/scripts/deployment.ts
@@ -51,7 +51,7 @@ async function main() {
53
54
55
56
...env,
57
NODE_ENV: 'production',
0 commit comments