mirror of
https://github.com/koala73/worldmonitor.git
synced 2026-04-25 17:14:57 +02:00
* fix(catalog): update API Starter fallback prices to match Dodo API Starter Monthly: $59.99 → $99.99 API Starter Annual: $490 → $999 * fix(catalog): log and expose priceSource (dodo/partial/fallback) Console warns when fallback prices are used for individual products. Response includes priceSource field: 'dodo' (all from API), 'partial' (some failed), or 'fallback' (all failed). Makes silent failures visible in Vercel logs and API response. * fix(catalog): priceSource counts only public priced products, remove playground priceSource was counting all CATALOG entries (including hidden api_business and enterprise with no Dodo price), making it report 'partial' even when all visible prices came from Dodo. Now counts only products rendered by buildTiers. Removed playground-pricing.html from git.
73 lines
1.5 KiB
Plaintext
73 lines
1.5 KiB
Plaintext
node_modules/
|
|
.idea/
|
|
dist/
|
|
public/blog/
|
|
.DS_Store
|
|
*.log
|
|
.env
|
|
.env.local
|
|
.playwright-mcp/
|
|
*-network.txt
|
|
.vercel
|
|
api/\[domain\]/v1/\[rpc\].js
|
|
api/\[\[...path\]\].js
|
|
.claude/
|
|
.cursor/
|
|
CLAUDE.md
|
|
.env.vercel-backup
|
|
.env.vercel-export
|
|
.agent/
|
|
.factory/
|
|
.windsurf/
|
|
skills/
|
|
!api/skills/
|
|
ideas/
|
|
docs/internal/
|
|
docs/ideation/
|
|
internal/
|
|
test-results/
|
|
src-tauri/sidecar/node/*
|
|
!src-tauri/sidecar/node/.gitkeep
|
|
|
|
# AI planning session state
|
|
.planning/
|
|
|
|
# Compiled sebuf gateway bundle (built by scripts/build-sidecar-sebuf.mjs)
|
|
api/[[][[].*.js
|
|
|
|
# Compiled sidecar domain handler bundles (built by scripts/build-sidecar-handlers.mjs)
|
|
api/*/v1/\[rpc\].js
|
|
.claudedocs/
|
|
|
|
# Large generated data files (reproduced by scripts/)
|
|
scripts/data/pizzint-processed.json
|
|
scripts/data/osm-military-processed.json
|
|
scripts/data/military-bases-final.json
|
|
scripts/data/dedup-dropped-pairs.json
|
|
scripts/data/pizzint-partial.json
|
|
scripts/data/gpsjam-latest.json
|
|
scripts/data/mirta-raw.geojson
|
|
scripts/data/osm-military-raw.json
|
|
scripts/data/forecast-replays/
|
|
|
|
# Iran events data (sensitive, not for public repo)
|
|
scripts/data/iran-events-latest.json
|
|
|
|
# Military bases rebuild script (references external Supabase URLs)
|
|
scripts/rebuild-military-bases.mjs
|
|
.wrangler
|
|
|
|
# Build artifacts (generated by esbuild/tsc, not source code)
|
|
api/data/city-coords.js
|
|
|
|
# Runtime artifacts (generated by sidecar/tools, not source code)
|
|
api-cache.json
|
|
verbose-mode.json
|
|
skills-lock.json
|
|
tmp/
|
|
|
|
# Local planning documents (not for public repo)
|
|
docs/plans/
|
|
docs/brainstorms/
|
|
playground-pricing.html
|