DDeno•Created by ryann on 12/4/2024 in #help `deno add -D`
So how does deno decide which packages to include when building?
It only includes the imported libraries?
In other words, if I install a library and don't import it, will it be like "devDependencies" in package.json?