Sukirno
Sukirno
I would like to work on this too~ I bet i've gotta to read the ytdl doc first.
I'm experiencing the same problems and i found out that Deno Deploy cannot resolve subdependencies from package.json. My own solutions right now is add some import_map in `deno.json`. https://github.com/mblonyox/peraturan.info/commit/be6168d9b38c847656f8c6feaf04f33758cfbd28
When I migrate to Fresh using Vite, I have to made some dependency as external because some dependencies `.wasm` file or font-file don't properly copied into `outDir`. But, later i've...