mirror of
https://github.com/denoland/deno.git
synced 2025-03-04 09:57:11 -05:00
![]() ``` > deno compile --allow-read=. --include data-file.txt main.js ``` This only applies to files on the filesystem. For remote modules, that's going to have to wait for `import ... from "./data.txt" with { "type": "bytes" }` or whatever it will be. |
||
---|---|---|
.. | ||
__test__.jsonc | ||
data-file.txt | ||
main.js | ||
non_existent.out | ||
output.out |