support NODE_PATH in standalone build#19617
support NODE_PATH in standalone build#19617SteffenDE wants to merge 1 commit intotailwindlabs:mainfrom
Conversation
also allows to pass a path with separator References tailwindlabs#19391. References tailwindlabs#16274.
WalkthroughThe changes modify NODE_PATH handling across two modules. In the node compile module, NODE_PATH expansion changes from a single string to split paths using the system path delimiter for module resolution. In the standalone build script, the explicit NODE_PATH environment variable setting is removed from the Bun.build configuration. These adjustments alter how additional module resolution paths are provided during compilation and build processes. 🚥 Pre-merge checks | ✅ 2✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
also allows to pass a path with separator
References #19391.
References #16274.