trace npm fully

This commit is contained in:
Dax Raad
2026-04-17 14:08:23 -04:00
parent 4c30a78cd9
commit 2f73e73e9d
16 changed files with 279 additions and 288 deletions
@@ -1,5 +1,4 @@
import { Layer, ManagedRuntime } from "effect"
import { memoMap } from "./run-service"
import { Plugin } from "@/plugin"
import { LSP } from "@/lsp"
@@ -12,6 +11,7 @@ import { Snapshot } from "@/snapshot"
import { Bus } from "@/bus"
import { Config } from "@/config"
import * as Observability from "./observability"
import { memoMap } from "./memo-map"
export const BootstrapLayer = Layer.mergeAll(
Config.defaultLayer,