firest commit
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
import module from "node:module";
|
||||
// eslint-disable-next-line @typescript-eslint/no-unnecessary-condition
|
||||
if (module.enableCompileCache) {
|
||||
module.enableCompileCache();
|
||||
}
|
||||
async function run() {
|
||||
const { main } = await import("./cli/index.js");
|
||||
const { real } = await import("./cli/utils.js");
|
||||
await main(await real());
|
||||
}
|
||||
void run();
|
||||
//# sourceMappingURL=cli.js.map
|
||||
Reference in New Issue
Block a user