mirror of
https://github.com/coder/code-server.git
synced 2025-07-28 20:43:24 +08:00
Move login page to browser directory
Fixes it not being included in the optimized build as well as making it more consistent.
This commit is contained in:
@ -261,7 +261,7 @@ class Builder {
|
||||
fs.remove(path.join(finalServerPath, "node_modules")).then(() => {
|
||||
return fs.copy(path.join(serverPath, "node_modules"), path.join(finalServerPath, "node_modules"));
|
||||
}),
|
||||
fs.copy(path.join(serverPath, "src/browser/workbench-build.html"), path.join(finalServerPath, "src/browser/workbench.html")),
|
||||
fs.copy(path.join(finalServerPath, "src/browser/workbench-build.html"), path.join(finalServerPath, "src/browser/workbench.html")),
|
||||
]);
|
||||
}),
|
||||
]);
|
||||
|
Reference in New Issue
Block a user