mirror of
https://bitbucket.org/siakitem/my-pi.git
synced 2026-08-28 08:35:57 +00:00
feat: vendor permission auto-review source
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
import type { UserConfig } from 'tsdown'
|
||||
import { defineConfig } from 'tsdown'
|
||||
|
||||
const config: UserConfig = defineConfig({
|
||||
clean: true,
|
||||
deps: {
|
||||
neverBundle: [
|
||||
'@earendil-works/pi-ai',
|
||||
'@earendil-works/pi-coding-agent',
|
||||
'@gotgenes/pi-permission-system',
|
||||
'zod',
|
||||
],
|
||||
},
|
||||
dts: true,
|
||||
entry: ['src/index.ts'],
|
||||
fixedExtension: false,
|
||||
format: 'esm',
|
||||
minify: false,
|
||||
platform: 'node',
|
||||
sourcemap: true,
|
||||
target: 'node22',
|
||||
})
|
||||
|
||||
export default config
|
||||
Reference in New Issue
Block a user