*plugins need to load first
This commit is contained in:
parent
522807d8af
commit
1143edfb81
|
@ -7,8 +7,8 @@ import { loadPlugins } from "./plugin.js";
|
||||||
log.setDefaultLevel(config.str("log-level"));
|
log.setDefaultLevel(config.str("log-level"));
|
||||||
|
|
||||||
async function boot() {
|
async function boot() {
|
||||||
await startRpc();
|
|
||||||
await loadPlugins();
|
await loadPlugins();
|
||||||
|
await startRpc();
|
||||||
await startRelay();
|
await startRelay();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue