mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 12:16:12 +00:00
8217ebfb1b
* feat: improve plugin manager process
* fix: skip help error
* fix: ipc check
* fix: improve remove
* fix: refresh
* fix: remove dir
* fix: improve code
* fix: update yarn.lock
* fix: e2e error
* fix: migration
* fix: pm create
* Revert "fix: migration"
This reverts commit 8f8fe04436
.
* fix: remove sample-hello
7 lines
439 B
TypeScript
7 lines
439 B
TypeScript
export declare function getStoragePluginNames(target: any): Promise<any[]>;
|
|
export declare function fsExists(path: any): Promise<boolean>;
|
|
export declare function createStoragePluginSymLink(pluginName: any): Promise<void>;
|
|
export declare function createStoragePluginsSymlink(): Promise<void>;
|
|
export declare function createDevPluginSymLink(pluginName: any): Promise<void>;
|
|
export declare function createDevPluginsSymlink(): Promise<void>;
|