File tree Expand file tree Collapse file tree 4 files changed +6
-8
lines changed Expand file tree Collapse file tree 4 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 3232 " Bash(pnpm i18n:*:*)" ,
3333 " Bash(pnpm info:*)" ,
3434 " Bash(pnpm list:*)" ,
35- " Bash(pnpm list:*)" ,
3635 " Bash(pnpm remove:*)" ,
3736 " Bash(pnpm run:*)" ,
3837 " Bash(pnpm test:*)" ,
Original file line number Diff line number Diff line change 22
33import { createProxyServer , type ProxyServer } from "http-proxy-3" ;
44import LRU from "lru-cache" ;
5-
6- import basePath from "@cocalc/backend/base-path" ;
7- import getLogger from "@cocalc/hub/logger" ;
85import { getEventListeners } from "node:events" ;
9- import { proxyConatWebsocket } from "./proxy-conat " ;
6+ import getLogger from "@cocalc/hub/logger " ;
107import stripRememberMeCookie from "./strip-remember-me-cookie" ;
118import { getTarget } from "./target" ;
129import { stripBasePath } from "./util" ;
1310import { versionCheckFails } from "./version" ;
11+ import { proxyConatWebsocket } from "./proxy-conat" ;
12+ import basePath from "@cocalc/backend/base-path" ;
1413
1514const LISTENERS_HACK = true ;
1615
Original file line number Diff line number Diff line change 55
66import { Application } from "express" ;
77
8- import base_path from "@cocalc/backend/base-path" ;
9- import { ProjectControlFunction } from "@cocalc/server/projects/control" ;
108import getLogger from "../logger" ;
119import initRequest from "./handle-request" ;
1210import initUpgrade from "./handle-upgrade" ;
11+ import base_path from "@cocalc/backend/base-path" ;
12+ import { ProjectControlFunction } from "@cocalc/server/projects/control" ;
1313
1414const logger = getLogger ( "proxy" ) ;
1515
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ import basePath from "@cocalc/backend/base-path";
1616import { getLogger } from "@cocalc/hub/logger" ;
1717import handleRaw from "@cocalc/next/lib/share/handle-raw" ;
1818import { callback2 } from "@cocalc/util/async-utils" ;
19- import { separate_file_extension } from "@cocalc/util/misc" ;
2019import { database } from "../database" ;
2120import createLandingRedirect from "./landing-redirect" ;
2221import shareRedirect from "./share-redirect" ;
22+ import { separate_file_extension } from "@cocalc/util/misc" ;
2323
2424export default async function init ( app : Application ) {
2525 const winston = getLogger ( "nextjs" ) ;
You can’t perform that action at this time.
0 commit comments