trace npm fully

This commit is contained in:
Dax Raad
2026-04-17 14:08:45 -04:00
parent 4c30a78cd9
commit 2f73e73e9d
16 changed files with 279 additions and 288 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ import { Global } from "../../src/global"
import { ProjectID } from "../../src/project/schema"
import { Filesystem } from "../../src/util"
import { ConfigPlugin } from "@/config/plugin"
import { Npm } from "@opencode-ai/shared/npm"
import { Npm } from "@/npm/effect"
const emptyAccount = Layer.mock(Account.Service)({
active: () => Effect.succeed(Option.none()),
-1
View File
@@ -15,7 +15,6 @@ import { Tool } from "../../src/tool"
import { Filesystem } from "../../src/util"
import { provideInstance, tmpdirScoped } from "../fixture/fixture"
import { testEffect } from "../lib/effect"
import { Npm } from "@opencode-ai/shared/npm"
const FIXTURES_DIR = path.join(import.meta.dir, "fixtures")