| 5 | import { Option, PackageCommand } from './command'; |
| 6 | |
| 7 | interface RunScriptOptions { |
| 8 | includeDependencies?: boolean; |
| 9 | waitDependencies?: boolean; |
| 10 | ignoreIfNotFound?: boolean; |
| 11 | } |
| 12 | |
| 13 | const currentDir = Path.dir(import.meta.url); |
| 14 | const serverRuntimeLoader = currentDir |
nothing calls this directly
no outgoing calls
no test coverage detected