Fix codegen
All checks were successful
Lint / lint (push) Successful in 12s

This commit is contained in:
Julien Valverdé
2026-02-07 16:23:54 +01:00
parent 138798695a
commit 7644b95dd7
2 changed files with 3 additions and 6 deletions

View File

@@ -53,10 +53,7 @@ Effect.gen(function*() {
path.join(outputDirPath, p),
)))
}).pipe(
Effect.provide([
FetchHttpClient.layer,
BunContext.layer,
]),
Effect.provide([FetchHttpClient.layer, BunContext.layer]),
Effect.scoped,
BunRuntime.runMain,
)

View File

@@ -1,7 +1,7 @@
/* Generated on 2026-02-06T17:37:09.236Z from Docker Engine API version 1.53 */
/* Generated on 2026-02-07T15:22:53.855Z from Docker Engine API version 1.53 */
import { Option, pipe, Schema as S } from 'effect';
import { pipe, Schema as S } from 'effect';
/* Topology */
/**