5 lines
229 B
TypeScript
5 lines
229 B
TypeScript
// Codex install module entry point. Implemented in subsequent commits.
|
|
// Hosts the TypeScript port of scripts/install-local.mjs invoked from the
|
|
// omodex CLI when the user passes `--codex=yes` to `bunx omo install`.
|
|
export {}
|