mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
refactor(cli)!: complete app-owned profile startup
This commit is contained in:
@@ -17,7 +17,7 @@ export default defineConfig(({ env }) => {
|
||||
const client = isBuildFaceClient(env?.DSH_BUILD_FACE)
|
||||
return {
|
||||
workspace: ['vendor/*', 'packages/*/*', 'apps/cli'],
|
||||
entry: client ? '' : ['lib/types/{index,invariant}.js'],
|
||||
entry: client ? '' : ['lib/types/{index,invariant,startup}.js'],
|
||||
outDir: 'lib',
|
||||
format: ['esm'],
|
||||
platform: 'node',
|
||||
|
||||
Reference in New Issue
Block a user