fix: script fial

This commit is contained in:
ghost2023
2026-07-02 13:30:09 +03:00
parent d169b45c04
commit cdc2592bc7
6 changed files with 1 additions and 677 deletions

View File

@@ -4,7 +4,6 @@ import { config } from "dotenv";
config();
import Vorpal from "vorpal";
import { registerCommands } from "./cmds/index";
import { NestFactory } from "@nestjs/core";
import { AppModule } from "../app.module";
@@ -17,7 +16,7 @@ async function main() {
});
try {
registerCommands(vorpal, { app });
// registerCommands(vorpal, { app });
const args = process.argv.slice(2);
if (args.length > 0) {