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