This commit is contained in:
Dax Raad
2025-08-06 20:20:20 -04:00
parent 390b660c81
commit 323ce486a5
20 changed files with 303 additions and 534 deletions
-2
View File
@@ -1,5 +1,4 @@
import { App } from "../app/app"
import { ConfigHooks } from "../config/hooks"
import { Format } from "../format"
import { LSP } from "../lsp"
import { Plugin } from "../plugin"
@@ -11,7 +10,6 @@ export async function bootstrap<T>(input: App.Input, cb: (app: App.Info) => Prom
Share.init()
Format.init()
Plugin.init()
ConfigHooks.init()
LSP.init()
Snapshot.init()