- Add force-dynamic to /api/catalog so Next.js never serves a stale cached route response to the shop - Add invalidateCatalogCache() to catalog-cache lib to drop the 30s in-process memory cache on demand - Call invalidateCatalogCache() after every admin PATCH/DELETE on an item so override saves are reflected on the very next shop request (no 30s delay) Refresh from Square already updated the shared disk + memory cache; force-dynamic ensures the shop route handler actually runs each time. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Description
No description provided
Languages
TypeScript
52.6%
JavaScript
21%
HTML
11.2%
CSS
8%
Shell
6.6%
Other
0.6%