diff --git a/src/main.ts b/src/main.ts index 9c50cf0..482c56b 100644 --- a/src/main.ts +++ b/src/main.ts @@ -29,9 +29,7 @@ async function bootstrap() { credentials: true }) await app.listen(3000, function () { - console.log( - '[CORS-enabled->npm install -g webpack webpack-cli] web server listening on port 3000' - ) + console.log('web server listening on port 3000') }) } bootstrap()