persona-community-5/.pnpm-store/v3/files/b4/7a54f01c5e69381dd843b0d9635ef748b5d996d548d05a2982f692d78ea55fa5a159d4d4d66a410232c918f8addbcf4fe19457b9dad53f2f5b33d691b9b1b9
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

9 lines
267 B
Plaintext

// This file is a shim which defers loading the real module until the compile cache is enabled.
try {
const { enableCompileCache } = require("node:module");
if (enableCompileCache) {
enableCompileCache();
}
} catch {}
module.exports = require("./_tsc.js");