Uh oh!
There was an error while loading. Please reload this page.
test increase sleep time - #442
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
7594e08 to
8e3ae39CompareNode.js caches dynamic imports, so if a module has a syntax error during import (e.g., while being rebuilt), that error is cached and returned for subsequent imports even after the file is fixed. This adds a timestamp-based cache-busting query parameter to the dynamic import URLs in dev mode, reading from manifest.debug.json to get a fresh timestamp after each rebuild. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
No description provided.