chore(cli): only load url from globals data

This commit is contained in:
Cory Dransfeldt 2025-06-11 09:52:32 -07:00
parent 3d20361355
commit fdd556df83
No known key found for this signature in database
6 changed files with 25 additions and 23 deletions

View file

@ -4,8 +4,8 @@ import { program } from 'commander';
import chalk from 'chalk';
import figlet from 'figlet';
import { loadConfig } from '../lib/config.js';
import { runRootScript } from '../lib/runScript.js';
import { handleExitError } from '../lib/handlers.js';
import { runRootScript } from '../lib/runScript.js';
import { runJobsMenu } from '../lib/jobs.js';
import { runTasksMenu } from '../lib/tasks/index.js';