[READ-ONLY] Mirror of https://github.com/FoxxMD/komodo-import. Import existing compose stacks into Komodo foxxmd.github.io/komodo-import
compose docker import komodo toml
0

Configure Feed

Select the types of activity you want to include in your feed.

fix: remove dev dependency import

FoxxMD (Aug 14, 2025, 4:55 PM UTC) 0a689f24 ed61c712

-1
-1
src/builders/stack/stackUtils.ts
··· 5 5 import { CommonImportOptions } from "../../common/infrastructure/config/common.js"; 6 6 import { CommonStackConfig } from "../../common/infrastructure/config/stackConfig.js"; 7 7 import { join } from 'path'; 8 - import createStatsCollector from "mocha/lib/stats-collector"; 9 8 10 9 export const DEFAULT_COMPOSE_GLOB = '**/{compose,docker-compose}*.y?(a)ml'; 11 10