mirror of
https://github.com/langgenius/dify.git
synced 2026-05-22 18:08:40 +08:00
6 lines
100 B
JavaScript
Executable File
6 lines
100 B
JavaScript
Executable File
#!/usr/bin/env node
|
|
|
|
import { execute } from '@oclif/core'
|
|
|
|
await execute({ dir: import.meta.url })
|