-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
π οΈ Refactor suggestion | π Major
Remove redundant Node.js compatibility settings.
Both compatibility_flags = ["nodejs_compat"] (line 4) and node_compat = true (line 27) enable Node.js compatibility. The nodejs_compat compatibility flag is the modern approach, while node_compat is deprecated.
Apply this diff to remove the redundant setting:
-# Node.js compatibility for Neon DB, Express, etc.
-node_compat = true
-Also applies to: 27-27
π€ Prompt for AI Agents
In deploy/system-wrangler.toml around lines 4 and 27, both compatibility_flags =
["nodejs_compat"] (line 4) and node_compat = true (line 27) enable Node.js
compatibility; keep the modern compatibility_flags entry and remove the
deprecated redundant node_compat = true on line 27 so the file uses only
nodejs_compat.
Originally posted by @coderabbitai[bot] in #19 (comment)
Metadata
Metadata
Assignees
Labels
No labels