HasanAlrimawi
b70aba6bae
feat(compile): show remote modules and metadata size when compiling ( #27415 )
...
Co-authored-by: David Sherret <dsherret@gmail.com>
2025-01-23 16:55:50 +00:00
David Sherret
75945cbb86
fix(compile): display embedded file sizes and total ( #27360 )
...
Merging as a fix so that LTS gets this as it's a useful diagnostic tool.
The 1MB unique is because we deduplicate files that we store (ex. some
packages have the same file multiple times so we store that once).
2024-12-16 09:37:39 -05:00
David Sherret
c6fa62896d
fix(compile): output contents of embedded file system ( #27302 )
2024-12-11 09:40:50 -05:00
HasanAlrimawi
fb6348500f
feat(compile): support --env ( #24166 )
...
Supported the use of --env flag with the compile subcommand, so that the
generated executable/binary file can access the passed env file.
2024-07-09 21:33:41 +00:00