Skip to content

Commit a651a52

Browse files
authored
Merge pull request #436 from cloudflare/deploy-button-config
fix: expose artifacts setting as a worker variable
2 parents 52f0379 + 1f2c099 commit a651a52

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.dev.vars.example

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
#ENVIRONMENT="prod" # Options: dev, staging, prod
44

55
# Feature flags
6-
# Cloudflare Artifacts filesystem backend for SpaceDO. This feature is in closed beta;
7-
# enable it only if Cloudflare has granted your account access.
8-
ENABLE_ARTIFACTS="false"
96

107
# Cloudflare Credentials (Required for manual deployment via `bun run deploy`)
118
# These are automatically provided when using "Deploy to Cloudflare" button

wrangler.jsonc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,8 @@
224224
"version": "1.0.0"
225225
},
226226
"CUSTOM_DOMAIN": "",
227+
// Cloudflare Artifacts is in closed beta; enable only for accounts with access.
228+
"ENABLE_ARTIFACTS": "false",
227229
"MAX_SANDBOX_INSTANCES": "10",
228230
"SANDBOX_INSTANCE_TYPE": "standard-3",
229231
"DEV_BROWSER_SIDECAR_URL": "http://127.0.0.1:9223",

0 commit comments

Comments
 (0)