Removed executable, added 'npm start' script.

This commit is contained in:
knotteye
2019-09-22 17:12:49 -05:00
parent 935b850bcd
commit fcff93c533
3 changed files with 4 additions and 3 deletions

View File

@@ -40,4 +40,5 @@ function boot(): void{
mediaserver.boot(mediaconfig);
ircd.boot();
}
boot();
export { boot };