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.
2 parents 8bfd143 + e9602ca commit 2eb3682Copy full SHA for 2eb3682
packages/govuk-frontend-review/src/start.mjs
@@ -1,9 +1,7 @@
1
-import { ports, urls } from '@govuk-frontend/config'
+import { ports } from '@govuk-frontend/config'
2
3
import app from './app.mjs'
4
5
const server = await app()
6
7
-server.listen(ports.app, () => {
8
- console.log(`Server started at ${urls.app}`)
9
-})
+server.listen(ports.app)
0 commit comments