opengb
opengb copied to clipboard
Moving modules folder breaks imports
Reproduce
- Create project
- Move project dir
error: Module not found "file:///path/to/src/runtime/mod.ts".
at file:///path/to/tests/basic/.opengb/entrypoint.ts:3:25
Workaround
Run opengb clean
and run the command again.
Solution
Ensure all paths are relative and there are no absolute paths.