cli: move url utils to build module

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2025-04-29 11:48:49 +02:00
parent 82cb824bdd
commit e27331c490
3 changed files with 1 additions and 1 deletions
@@ -21,7 +21,7 @@ import { PackageGraph, PackageRoles } from '@backstage/cli-node';
import { paths } from '../../../../../lib/paths';
import { buildFrontend } from '../../../lib/buildFrontend';
import { buildBackend } from '../../../lib/buildBackend';
import { isValidUrl } from '../../../../../lib/urls';
import { isValidUrl } from '../../../lib/urls';
import chalk from 'chalk';
export async function command(opts: OptionValues): Promise<void> {