core: move npm service to core package for shared dependency management
This commit is contained in:
parent
1e98167b0e
commit
f5dce6d960
18 changed files with 42 additions and 81 deletions
|
|
@ -27,7 +27,7 @@ import { Global } from "@opencode-ai/core/global"
|
|||
import { ProjectID } from "../../src/project/schema"
|
||||
import { Filesystem } from "../../src/util"
|
||||
import { ConfigPlugin } from "@/config/plugin"
|
||||
import { Npm } from "@/npm"
|
||||
import { Npm } from "@opencode-ai/core/npm"
|
||||
|
||||
const emptyAccount = Layer.mock(Account.Service)({
|
||||
active: () => Effect.succeed(Option.none()),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue