Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/dectyl/lib/deploy_worker.ts>DeployWorker#start

Prototype library for testing Deno Deploy scripts using the Deno CLI
Go to Latest
method DeployWorker.prototype.start
import { DeployWorker } from "https://deno.land/x/dectyl@0.3.0/lib/deploy_worker.ts";

Start the program, allowing it to take requests.

Returns

Promise<void>