next.js
0f2e45cb - docs: clarify proxy isolation note with concrete examples

Commit
28 days ago
docs: clarify proxy isolation note with concrete examples The "shared modules or globals" warning was vague and could make developers wonder whether console.log, crypto, or next/server imports are safe. Replace with specific guidance: module-level mutable state is the problem, standard APIs work normally. Made-with: Cursor
Author
Parents
Loading