From 26c80d1a9106cefd94af17ae730a437e1157f1d9 Mon Sep 17 00:00:00 2001 From: Nikita Date: Sun, 22 Sep 2024 19:15:37 +0300 Subject: [PATCH] . --- cli/main.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cli/main.ts b/cli/main.ts index e7f20166..88a6aa6f 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -9,4 +9,6 @@ const cli = Command.run(command, { version: "v0.0.1" }) +// TODO: do this https://discord.com/channels/795981131316985866/1287372464548216883/1287395565751111792 +// const run = process.env.IS_PRODUCTION ? BunRuntime.runMain : Effect.runPromise Effect.runPromise(cli(process.argv).pipe(Effect.provide(BunContext.layer)))