mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
6 lines
101 B
TypeScript
Executable file
6 lines
101 B
TypeScript
Executable file
#!/usr/bin/env bun
|
|
|
|
import { execute } from "@oclif/core";
|
|
|
|
await execute({ dir: import.meta.url });
|