Files
twenty/packages/twenty-shared/src/application/constants/NodeEsmCjsBanner.ts
T
martmull 9162685b2e Reorganize logic function files (#17766)
reorganize according to

<img width="1243" height="725" alt="Pasted Graphic"
src="https://github.com/user-attachments/assets/ba65dd10-8eec-4b13-ad49-9726edd3b79c"
/>

Not working yet
2026-02-09 12:36:39 +01:00

4 lines
159 B
TypeScript

export const NODE_ESM_CJS_BANNER = {
js: "import { createRequire as __createRequire } from 'module';\nconst require = __createRequire(import.meta.url);",
};