mirror of
https://github.com/coder/code-server.git
synced 2025-09-25 17:16:23 +08:00
Set shared process log level
This commit is contained in:
@ -115,6 +115,8 @@ export class Entry extends Command {
|
||||
|
||||
next();
|
||||
});
|
||||
// If we're not running from the binary and we aren't serving the static
|
||||
// pre-built version, use webpack to serve the web files.
|
||||
if (!isCli && !serveStatic) {
|
||||
const webpackConfig = require(path.join(__dirname, "..", "..", "web", "webpack.config.js"));
|
||||
const compiler = require("webpack")(webpackConfig);
|
||||
|
Reference in New Issue
Block a user