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