diff --git a/bun.config.mjs b/bun.config.mjs index 37fa00f..19d7158 100644 --- a/bun.config.mjs +++ b/bun.config.mjs @@ -1,5 +1,5 @@ // @ts-check -import { resolvePath } from '@kevisual/use-config/env'; +import { resolvePath } from '@kevisual/use-config'; import { execSync } from 'node:child_process'; const entry = 'src/index.ts'; diff --git a/package.json b/package.json index e7dab2c..58d97f9 100644 --- a/package.json +++ b/package.json @@ -118,6 +118,11 @@ "rimraf": "latest", "picomatch": "^4.0.2" }, - "pnpm": {}, + "pnpm": { + "onlyBuiltDependencies": [ + "esbuild", + "sqlite3" + ] + }, "packageManager": "pnpm@10.12.4" } \ No newline at end of file diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d66a551..2878bc8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -428,12 +428,6 @@ importers: specifier: ^5.8.3 version: 5.8.3 - submodules/permission: - devDependencies: - tsup: - specifier: ^8.4.0 - version: 8.4.0(tsx@4.20.3)(typescript@5.8.3) - packages: '@babel/code-frame@7.26.2':