Skip to main content
Module

x/overlord/mod.ts>OverlordURLMapOptions

A runner for your scripts so you don't have to deploy them. 🚀
Latest
interface OverlordURLMapOptions
import { type OverlordURLMapOptions } from "https://deno.land/x/overlord@v0.3.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.