feat: update remote app integration and enhance package configuration

This commit is contained in:
xiongxiao
2026-03-13 18:28:22 +08:00
committed by cnb
parent 6668ef299d
commit dca8ffa4ad
3 changed files with 22 additions and 16 deletions

View File

@@ -2,3 +2,5 @@ import { buildWithBun } from '@kevisual/code-builder';
await buildWithBun({ naming: 'app', entry: 'src/index.ts', dts: true, clean: true });
await buildWithBun({ naming: 'remote', entry: 'src/remote.ts', dts: true });