|
|
|
@ -1,5 +1,4 @@
|
|
|
|
import froca from "../services/froca.js";
|
|
|
|
import froca from "../services/froca.js";
|
|
|
|
import bundleService from "../services/bundle.js";
|
|
|
|
|
|
|
|
import RootCommandExecutor from "./root_command_executor.js";
|
|
|
|
import RootCommandExecutor from "./root_command_executor.js";
|
|
|
|
import Entrypoints, { type SqlExecuteResults } from "./entrypoints.js";
|
|
|
|
import Entrypoints, { type SqlExecuteResults } from "./entrypoints.js";
|
|
|
|
import options from "../services/options.js";
|
|
|
|
import options from "../services/options.js";
|
|
|
|
@ -470,6 +469,7 @@ export class AppContext extends Component {
|
|
|
|
|
|
|
|
|
|
|
|
this.tabManager.loadTabs();
|
|
|
|
this.tabManager.loadTabs();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
const bundleService = (await import("../services/bundle.js")).default;
|
|
|
|
setTimeout(() => bundleService.executeStartupBundles(), 2000);
|
|
|
|
setTimeout(() => bundleService.executeStartupBundles(), 2000);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|