mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-17 18:12:42 +00:00
more typecheck fixes
This commit is contained in:
3
packages/opencode/src/server/init-projectors.ts
Normal file
3
packages/opencode/src/server/init-projectors.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import { initProjectors } from "./projectors"
|
||||
|
||||
initProjectors()
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user