Skip to content

Commit 24829e6

Browse files
committed
fix: add running message
1 parent 53db28e commit 24829e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/cli.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
const micro = require("micro")
44
const app = require("../app")
55
const service = micro(app)
6+
console.log("Running UDT collaboration server on port 3000")
67
service.listen(3000)

0 commit comments

Comments
 (0)