refactor(backend): rename feed dir to engine (#64)

Co-authored-by: Ona <no-reply@ona.com>
This commit is contained in:
2026-03-12 00:57:32 +00:00
committed by GitHub
parent f2c991eebb
commit 3036f4ad3f
3 changed files with 1 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ import { registerAuthHandlers } from "./auth/http.ts"
import { mockAuthSessionMiddleware, requireSession } from "./auth/session-middleware.ts"
import { createFeedEnhancer } from "./enhancement/enhance-feed.ts"
import { createLlmClient } from "./enhancement/llm-client.ts"
import { registerFeedHttpHandlers } from "./feed/http.ts"
import { registerFeedHttpHandlers } from "./engine/http.ts"
import { registerLocationHttpHandlers } from "./location/http.ts"
import { UserSessionManager } from "./session/index.ts"
import { WeatherSourceProvider } from "./weather/provider.ts"