mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-22 21:01:17 +03:00
6 lines
143 B
JavaScript
Executable File
6 lines
143 B
JavaScript
Executable File
#!/usr/bin/env node
|
|
|
|
const oclif = require('@oclif/core')
|
|
|
|
oclif.run().then(require('@oclif/core/flush')).catch(require('@oclif/core/handle'))
|