nestjs_backend...
This commit is contained in:
parent
36190ab407
commit
ac731f2905
@ -29,9 +29,7 @@ async function bootstrap() {
|
|||||||
credentials: true
|
credentials: true
|
||||||
})
|
})
|
||||||
await app.listen(3000, function () {
|
await app.listen(3000, function () {
|
||||||
console.log(
|
console.log('web server listening on port 3000')
|
||||||
'[CORS-enabled->npm install -g webpack webpack-cli] web server listening on port 3000'
|
|
||||||
)
|
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
bootstrap()
|
bootstrap()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user