| 1 | import { $, chalk, fetch, sleep } from 'zx'; |
| 2 | import { getFrameworks } from '../helpers/get-frameworks.js'; |
| 3 | import { killAll } from '../helpers/kill-process.js'; |
| 4 | import { preview } from '../helpers/preview.js'; |
nothing calls this directly
no test coverage detected