Files
OmniRoute/src/lib
diegosouzapw bb0ec76f24 fix(machineToken): use require() for node-machine-id to survive webpack bundling
The default import + destructuring pattern was being mangled by webpack's
static analysis during Next.js standalone builds, causing 'Cannot destructure
property machineIdSync of undefined' errors in production.

Using require() bypasses webpack's interop wrapper (c.n(...)) and loads the
module's exports directly at runtime.
2026-05-15 12:10:36 -03:00
..
2026-04-30 14:08:50 -03:00
2026-05-10 00:55:06 -03:00
2026-04-30 01:27:03 -03:00
2026-04-30 14:08:50 -03:00
2026-05-10 00:55:06 -03:00
2026-04-30 14:08:50 -03:00
2026-05-10 00:55:06 -03:00
2026-04-30 01:27:03 -03:00
2026-04-19 19:50:30 -03:00
2026-05-10 00:55:06 -03:00