Add --main flag to specify app/package to resolve deps from

This commit is contained in:
Agus Zubiaga 2024-06-07 17:09:44 -03:00
parent 75fe98cbaf
commit 2da7ea394b
No known key found for this signature in database
15 changed files with 89 additions and 19 deletions

View file

@ -50,6 +50,7 @@ fn load_and_typecheck(
let load_start = LoadStart::from_path(
arena,
filename,
None,
RenderTarget::Generic,
RocCacheDir::Disallowed,
DEFAULT_PALETTE,