Skip to content

Commit ba99dc6

Browse files
committed
Updated config
1 parent de8df3a commit ba99dc6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

config/esbuild.config.mjs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,5 @@ if (process.env.NODE_ENV === 'production') {
3636
let { host, port } = await ctx.serve({
3737
servedir: commonOptions.outdir,
3838
});
39-
console.log(`Serving on http://${host}:${port}`);
40-
4139
await ctx.watch();
42-
console.log('watching');
4340
}

0 commit comments

Comments
 (0)