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