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
🤖 fix: simplify worker path resolution using __dirname (#506)
Replaces complex path manipulation logic with simple `__dirname` usage.
Both `workerPool.js` and `tokenizer.worker.js` compile to the same
directory (`dist/utils/main/`), so we can use `__dirname` directly.
This removes platform-specific path handling and makes the code more
maintainable.
_Generated with `cmux`_
---------
Signed-off-by: Test <[email protected]>
Co-authored-by: Test <[email protected]>
0 commit comments