mirror of
https://github.com/langgenius/dify.git
synced 2026-09-08 19:15:59 +08:00
4 lines
80 B
TypeScript
4 lines
80 B
TypeScript
export async function register() {
|
|
await import('./service/console/server')
|
|
}
|