We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 215ddbb commit 5a63f49Copy full SHA for 5a63f49
src/node/http.ts
@@ -37,7 +37,7 @@ export const createClientConfiguration = (req: express.Request): ClientConfigura
37
const base = relativeRoot(req.originalUrl)
38
39
return {
40
- base: base,
+ base,
41
csStaticBase: base + "/_static",
42
codeServerVersion,
43
}
0 commit comments