mirror of
https://github.com/nocobase/nocobase.git
synced 2026-08-28 17:43:07 +08:00
7d4426d904
* chore: update deps * fix: bin * feat: nocobase cli based on oclif * feat: improve code * fix: create-nocobase-app * fix: build error * fix: build error * fix: lru-cache * fix: cli build * fix: registry * fix: build error * fix: examples * feat: improve pm list
3 lines
72 B
TypeScript
3 lines
72 B
TypeScript
export * from './dist/client';
|
|
export { default } from './dist/client';
|