This commit is contained in:
Benjamin Toby 2025-01-20 06:43:09 +01:00
parent 6447abd3fb
commit 8a1294a348
3 changed files with 4 additions and 0 deletions

1
dist/index.d.ts vendored
View File

@ -1 +1,2 @@
#!/usr/bin/env node
export {};

1
dist/index.js vendored
View File

@ -1,3 +1,4 @@
#!/usr/bin/env node
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };

View File

@ -1,3 +1,5 @@
#!/usr/bin/env node
import fs from "fs";
import path from "path";
import { spawn } from "child_process";