Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ AMAZON_CREATORS_CREDENTIAL_SECRET=your-credential-secret
AMAZON_CREATORS_CREDENTIAL_VERSION=3.1
AMAZON_CREATORS_PARTNER_TAG=iu0e3-20
AMAZON_CREATORS_MARKETPLACE=www.amazon.com
VITE_FLASH_CATALOG_URL=
# Assortment source of truth (amazon-flash-catalog Worker base URL).
# Defaults to https://amazon-flash-catalog.tech-bf6.workers.dev when unset.
VITE_FLASH_CATALOG_URL=https://amazon-flash-catalog.tech-bf6.workers.dev

# Conbal content balloons. The site key is public by design and may be
# overridden for preview environments.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"import:bsr": "node scripts/bsr/import-bsr.mjs && node scripts/bsr/fill-quota.mjs",
"fill:quota": "node scripts/bsr/fill-quota.mjs",
"refresh:weekly": "npm run import:bsr && npm run build && wrangler deploy",
"deploy": "npm run build && wrangler deploy",
"deploy:flash": "VITE_FLASH_CATALOG_URL=${VITE_FLASH_CATALOG_URL:-https://amazon-flash-catalog.tech-bf6.workers.dev} npm run build && wrangler deploy",
"deploy": "VITE_FLASH_CATALOG_URL=${VITE_FLASH_CATALOG_URL:-https://amazon-flash-catalog.tech-bf6.workers.dev} npm run build && wrangler deploy",
"deploy:flash": "npm run deploy",
"library:sync": "node scripts/sync-from-library.mjs",
"library:sync:dry": "node scripts/sync-from-library.mjs --dry-run"
},
Expand Down
Loading
Loading