mirror of
https://github.com/garrytan/gstack.git
synced 2026-09-21 12:20:48 +02:00
implement six-skill gstack 2 runtime
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env node
|
||||
import { main } from "../runtime/cli.js";
|
||||
|
||||
const code = await main();
|
||||
process.exitCode = code;
|
||||
Reference in New Issue
Block a user