tidy up
This commit is contained in:
parent
6fc72330dc
commit
9c62d0073b
|
@ -7,8 +7,7 @@
|
||||||
export let value
|
export let value
|
||||||
|
|
||||||
const PICKER_OPTIONS = {
|
const PICKER_OPTIONS = {
|
||||||
enableTime: true,
|
enableTime: true
|
||||||
// element: "#date-picker"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
|
@ -47,6 +47,6 @@ server.on("close", () => console.log("Server Closed"))
|
||||||
|
|
||||||
process.on("SIGINT", () => process.exit(1))
|
process.on("SIGINT", () => process.exit(1))
|
||||||
|
|
||||||
module.exports = server.listen(env.PORT || 4001, "0.0.0.0", () => {
|
module.exports = server.listen(env.PORT || 4001, () => {
|
||||||
console.log(`Budibase running on ${JSON.stringify(server.address())}`)
|
console.log(`Budibase running on ${JSON.stringify(server.address())}`)
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue