Skip to main content
Module

x/overlord/mod.ts>OverlordURLMapOptions

A runner for your scripts so you don't have to deploy them. 🚀
Go to Latest
interface OverlordURLMapOptions
implements BaseOverlordOptions
import { type OverlordURLMapOptions } from "https://deno.land/x/overlord@v0.2.0/mod.ts";

Properties

urlMap: Record<string, string>

A map of request paths to URLs. For each request that Overlord receives in a specific path, it will use this map to resolve a URL to load the script from.