完成网络音乐、工具页面与安装器体验升级
This commit is contained in:
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
async function start() {
|
||||
require('./util/runtime').applyCliOverrides();
|
||||
await require('./server').startService();
|
||||
}
|
||||
|
||||
start().catch(console.error);
|
||||
Reference in New Issue
Block a user