refactor(server): extract Hono-coupled utilities to backend-neutral modules (#25542)
This commit is contained in:
parent
d1f597b5b5
commit
ca75ac6681
15 changed files with 265 additions and 233 deletions
|
|
@ -1,5 +1,9 @@
|
|||
import { describe, expect, test } from "bun:test"
|
||||
import { isLocalWorkspaceRoute, getWorkspaceRouteSessionID, workspaceProxyURL } from "../../src/server/workspace"
|
||||
import {
|
||||
isLocalWorkspaceRoute,
|
||||
getWorkspaceRouteSessionID,
|
||||
workspaceProxyURL,
|
||||
} from "../../src/server/shared/workspace-routing"
|
||||
import { SessionID } from "../../src/session/schema"
|
||||
|
||||
describe("isLocalWorkspaceRoute", () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue