mirror of
https://github.com/nocobase/nocobase.git
synced 2026-09-01 14:57:36 +08:00
7afb5a7761
* feat(map): migrate map plugin client to v2 * fix(map): avoid plugin-ai dependency * fix(map): prevent repeated configuration requests
3 lines
78 B
TypeScript
3 lines
78 B
TypeScript
export * from './dist/client-v2';
|
|
export { default } from './dist/client-v2';
|