- 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
49.7%
JavaScript
22%
HTML
12%
CSS
8.4%
Shell
7.2%
Other
0.7%