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