update
This commit is contained in:
parent
b3993f654c
commit
544b1defff
@ -1,5 +1,5 @@
|
|||||||
// @ts-check
|
// @ts-check
|
||||||
import { resolvePath } from '@kevisual/use-config/env';
|
import { resolvePath } from '@kevisual/use-config';
|
||||||
import { execSync } from 'node:child_process';
|
import { execSync } from 'node:child_process';
|
||||||
|
|
||||||
const entry = 'src/index.ts';
|
const entry = 'src/index.ts';
|
||||||
|
@ -118,6 +118,11 @@
|
|||||||
"rimraf": "latest",
|
"rimraf": "latest",
|
||||||
"picomatch": "^4.0.2"
|
"picomatch": "^4.0.2"
|
||||||
},
|
},
|
||||||
"pnpm": {},
|
"pnpm": {
|
||||||
|
"onlyBuiltDependencies": [
|
||||||
|
"esbuild",
|
||||||
|
"sqlite3"
|
||||||
|
]
|
||||||
|
},
|
||||||
"packageManager": "pnpm@10.12.4"
|
"packageManager": "pnpm@10.12.4"
|
||||||
}
|
}
|
6
pnpm-lock.yaml
generated
6
pnpm-lock.yaml
generated
@ -428,12 +428,6 @@ importers:
|
|||||||
specifier: ^5.8.3
|
specifier: ^5.8.3
|
||||||
version: 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:
|
packages:
|
||||||
|
|
||||||
'@babel/code-frame@7.26.2':
|
'@babel/code-frame@7.26.2':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user