mirror of
https://git.waldn.net/git/knotteye/satyr.git
synced 2025-04-21 11:37:09 +00:00
Removed executable, added 'npm start' script.
This commit is contained in:
parent
935b850bcd
commit
fcff93c533
@ -4,6 +4,9 @@
|
||||
"description": "A livestreaming server.",
|
||||
"license": "AGPL-3.0",
|
||||
"author": "knotteye",
|
||||
"scripts": {
|
||||
"start": "node build/controller.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://gitlab.com/knotteye/satyr.git"
|
||||
|
3
satyr
3
satyr
@ -1,3 +0,0 @@
|
||||
#!/usr/bin/env node
|
||||
const satyr = require("./build/controller");
|
||||
satyr.boot();
|
@ -40,4 +40,5 @@ function boot(): void{
|
||||
mediaserver.boot(mediaconfig);
|
||||
ircd.boot();
|
||||
}
|
||||
boot();
|
||||
export { boot };
|
Loading…
x
Reference in New Issue
Block a user