This commit is contained in:
Nikita
2024-09-22 19:15:37 +03:00
parent 0373cfc9c3
commit 26c80d1a91

View File

@@ -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)))