| 1 | import { WebContainer } from '@webcontainer/api'; |
| 2 | import { map, type MapStore } from 'nanostores'; |
| 3 | import * as nodePath from 'node:path'; |
| 4 | import type { BoltAction } from '~/types/actions'; |
nothing calls this directly
no test coverage detected