You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add "type": "module" to package.json
- Add engines field requiring Node >=20.11.0 (for import.meta.dirname)
- Convert all require()/module.exports to import/export across 15 files
- Replace __dirname with import.meta.dirname in build.js and dev-server.js
- Fix test files that mixed require() with ESM imports
All 42 tests pass. Full build (82 skills) completes successfully.
Generated-By: PostHog Code
Task-Id: 6d2d9459-9c69-4d58-9937-ca35bf9ecea4
0 commit comments