routie dev init since i didn't adhere to any proper guidance up until now
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env node
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
const commands_1 = require("./commands");
|
||||
(0, commands_1.run)();
|
||||
Reference in New Issue
Block a user