Deploy & connect
Tick off each step as you go. Steps marked auto are detected from this dashboard's own status and can't be ticked by hand. Secret values are never entered into this app — only set them via the wrangler CLI or the Cloudflare dashboard.
-
wrangler d1 create sync-app-db
-
cd apps/backend wrangler deploy
-
wrangler secret put SHOPIFY_CLIENT_ID wrangler secret put SHOPIFY_CLIENT_SECRET wrangler secret put APP_ENCRYPTION_KEY wrangler secret put RESEND_API_KEY # optional: failure emails wrangler secret put CLOUDFLARE_API_TOKEN # optional: usage stats panel
Checking backend configuration…