mirror of
https://github.com/ragestudio/linebridge.git
synced 2025-06-09 10:34:17 +00:00
added bin
This commit is contained in:
parent
7251f6f037
commit
47c3020a61
6
packages/server/bin/index.js
Normal file
6
packages/server/bin/index.js
Normal file
@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env corenode
|
||||
const relic = require("../dist")
|
||||
const script = process.argv[2]
|
||||
|
||||
// create server
|
||||
new relic.Server({ autoInit: true })
|
Loading…
x
Reference in New Issue
Block a user