mirror of
https://github.com/garrytan/gstack.git
synced 2026-09-21 04:10:47 +02:00
6 lines
115 B
JavaScript
Executable File
6 lines
115 B
JavaScript
Executable File
#!/usr/bin/env node
|
|
import { main } from "../runtime/cli.js";
|
|
|
|
const code = await main();
|
|
process.exitCode = code;
|