feat: init
This commit is contained in:
12
node_modules/srvx/bin/srvx.mjs
generated
vendored
Executable file
12
node_modules/srvx/bin/srvx.mjs
generated
vendored
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env node
|
||||
import { main } from "../dist/cli.mjs";
|
||||
|
||||
globalThis.__SRVX_BIN__ = import.meta.url;
|
||||
|
||||
await main({
|
||||
usage: {
|
||||
command: "srvx",
|
||||
docs: "https://srvx.h3.dev",
|
||||
issues: "https://github.com/h3js/srvx/issues",
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user