Argument of type 'RunMain' is not assignable to parameter of type '(a: Effect<never, ServeError, Platform>) => void'.
Types of parameters 'effect' and 'a' are incompatible.
Type 'Effect<never, ServeError, Platform>' is not assignable to type 'Effect<never, ServeError, never>'.
Type 'Platform' is not assignable to type 'never'.
pipe(Layer.launch(AppLive), NodeRuntime.runMain);
Argument of type 'RunMain' is not assignable to parameter of type '(a: Effect<never, ServeError, Platform>) => void'.
Types of parameters 'effect' and 'a' are incompatible.
Type 'Effect<never, ServeError, Platform>' is not assignable to type 'Effect<never, ServeError, never>'.
Type 'Platform' is not assignable to type 'never'.
pipe(Layer.launch(AppLive), NodeRuntime.runMain);