We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de8df3a commit ba99dc6Copy full SHA for ba99dc6
config/esbuild.config.mjs
@@ -36,8 +36,5 @@ if (process.env.NODE_ENV === 'production') {
36
let { host, port } = await ctx.serve({
37
servedir: commonOptions.outdir,
38
});
39
- console.log(`Serving on http://${host}:${port}`);
40
-
41
await ctx.watch();
42
- console.log('watching');
43
}
0 commit comments