feat(app): wire dashboard administration flows
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
import { runCli } from './index.js';
|
||||
|
||||
await runCli();
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
import { runCli } from './index.js';
|
||||
|
||||
await runCli();
|
||||