mirror of
https://github.com/logos-storage/codex-factory.git
synced 2026-01-02 13:03:07 +00:00
6 lines
96 B
JavaScript
6 lines
96 B
JavaScript
|
|
#!/usr/bin/env node
|
||
|
|
|
||
|
|
import {execute} from '@oclif/core'
|
||
|
|
|
||
|
|
await execute({dir: import.meta.url})
|