[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.

komodo-import / .mocharc.json
118 B 7 lines
1{ 2 "reporter": "dot", 3 "extension": "ts", 4 "import": "tsx/esm", 5 "spec": "./tests/**/*.test.ts", 6 "exit": true 7}