patches and improvements

This commit is contained in:
Ronald A. Richardson
2024-10-08 21:33:55 +08:00
parent f3997a1bb7
commit 60845b9953
15 changed files with 231 additions and 249 deletions

View File

@@ -1,4 +1,4 @@
export function initialize(application) {
export function initialize (application) {
const universe = application.lookup('service:universe');
if (universe) {
universe.createRegistries(['@fleetbase/console', 'auth:login']);