lovelang
Version:
🖤 LoveLang: A romantic wrapper language over TypeScript/TSX
9 lines (8 loc) • 371 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.bundle = bundle;
const child_process_1 = require("child_process");
function bundle() {
(0, child_process_1.execSync)("tsc --project tsconfig.json", { stdio: "inherit" });
// Optional: execSync("tailwindcss -i src/index.css -o dist/styles.css --minify", { stdio: "inherit" });
}