Follow-up from #276 (QA observation during PR #303 review): docs/dev-server.js carries the same hardcoded sibling path to NoJS-Elements that test-server.js had. Apply the same treatment: process.env.NOJS_ELEMENTS_PATH || override before the sibling fallback, graceful 404 when absent, short doc comment. Verify first that dev-server.js actually references the Elements build; if its structure differs, adapt minimally.
Follow-up from #276 (QA observation during PR #303 review): docs/dev-server.js carries the same hardcoded sibling path to NoJS-Elements that test-server.js had. Apply the same treatment:
process.env.NOJS_ELEMENTS_PATH ||override before the sibling fallback, graceful 404 when absent, short doc comment. Verify first that dev-server.js actually references the Elements build; if its structure differs, adapt minimally.