fiemwl / src /mitm /manager.runtime.ts
automindy's picture
Upload 1980 files
6111b2b verified
Raw
History Blame Contribute Delete
302 Bytes
// Runtime bypass for Turbopack resolveAlias.
// Turbopack maps @/mitm/manager → manager.stub.ts so the build doesn't choke
// on native module imports. Dynamic import() of @/mitm/manager.runtime does NOT
// match that alias and loads the real manager at runtime.
export * from "./manager.ts";