more typecheck fixes

This commit is contained in:
Dax Raad
2026-05-14 22:05:12 -04:00
parent f39cf911d7
commit 5f4e5e6896
4 changed files with 84 additions and 75 deletions

View File

@@ -0,0 +1,3 @@
import { initProjectors } from "./projectors"
initProjectors()

View File

@@ -1,6 +1,3 @@
import { initProjectors } from "@/server/projectors"
initProjectors()
import { Schema } from "effect"
import { HttpApi } from "effect/unstable/httpapi"
import { BusEvent } from "@/bus/bus-event"

View File

@@ -1,3 +1,5 @@
import "./init-projectors"
import { NodeHttpServer } from "@effect/platform-node"
import * as Log from "@opencode-ai/core/util/log"
import { ConfigProvider, Context, Effect, Exit, Layer, Scope } from "effect"