My project works perfectly fine locally, but when I deploy the project on deno.dev
it crashes.
TypeError: Deno.run is not a function
at build (file:///src/scripts/build.ts:2:26)
at file:///src/server/main.ts:3:7
When my project runs for the first time, I attempt to create a sub process, using Deno.run
Is run
from the Deno API not available on deno deploy?