File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -35,16 +35,16 @@ type TaskController = unknown;
3535
3636import { registerGitIpc } from "./services/git.js" ;
3737import "./services/index.js" ;
38- import { ExternalAppsService } from "./services/external-apps/service.js" ;
38+ import type { DeepLinkService } from "./services/deep-link/service.js" ;
39+ import type { ExternalAppsService } from "./services/external-apps/service.js" ;
40+ import type { OAuthService } from "./services/oauth/service.js" ;
3941import {
4042 initializePostHog ,
4143 shutdownPostHog ,
4244 trackAppEvent ,
4345} from "./services/posthog-analytics.js" ;
4446import type { UpdatesService } from "./services/updates/service.js" ;
4547import { registerWorkspaceIpc } from "./services/workspace/index.js" ;
46- import { DeepLinkService } from "./services/deep-link/service.js" ;
47- import { OAuthService } from "./services/oauth/service.js" ;
4848
4949const __filename = fileURLToPath ( import . meta. url ) ;
5050const __dirname = path . dirname ( __filename ) ;
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import {
1010} from "../../../constants/oauth.js" ;
1111import { MAIN_TOKENS } from "../../di/tokens.js" ;
1212import { logger } from "../../lib/logger.js" ;
13- import { DeepLinkService } from "../deep-link/service.js" ;
13+ import type { DeepLinkService } from "../deep-link/service.js" ;
1414import type {
1515 CancelFlowOutput ,
1616 CloudRegion ,
Original file line number Diff line number Diff line change 33 * This file is auto-generated by vite-plugin-auto-services.ts
44 */
55
6-
You can’t perform that action at this time.
0 commit comments