mirror of
https://github.com/coder/code-server.git
synced 2026-05-30 10:24:08 +02:00
Move VS Code to the root
This commit is contained in:
@@ -353,7 +353,7 @@ class Builder {
|
||||
hmr: false,
|
||||
logLevel: 1,
|
||||
outDir: path.join(this.rootPath, out),
|
||||
publicUrl: `/static-${commit || "development"}/dist`,
|
||||
publicUrl: `/static/${commit || "development"}/dist`,
|
||||
target: "browser",
|
||||
},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user