|
|
|
@ -10,7 +10,6 @@ import { Storage } from '@remix-project/remix-lib' |
|
|
|
|
|
|
|
|
|
(async function () { |
|
|
|
|
try { |
|
|
|
|
console.log('init config') |
|
|
|
|
const configStorage = new Storage('config-v0.8:') |
|
|
|
|
const config = new Config(configStorage); |
|
|
|
|
Registry.getInstance().put({ api: config, name: 'config' }) |
|
|
|
|