tidy
This commit is contained in:
parent
9eb71863b3
commit
2a13e9e97c
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
node_modules
|
node_modules
|
||||||
.env
|
.env
|
||||||
|
test.sqlite
|
||||||
|
@ -9,7 +9,9 @@ const run = async () => {
|
|||||||
subscriptionEndpoint: maybeStr(process.env.FEEDGEN_SUBSCRIPTION_ENDPOINT),
|
subscriptionEndpoint: maybeStr(process.env.FEEDGEN_SUBSCRIPTION_ENDPOINT),
|
||||||
})
|
})
|
||||||
await server.start()
|
await server.start()
|
||||||
console.log(`🤖 running feed generator at localhost:${server.cfg.port}`)
|
console.log(
|
||||||
|
`🤖 running feed generator at http://localhost:${server.cfg.port}`,
|
||||||
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
const maybeStr = (val?: string) => {
|
const maybeStr = (val?: string) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user