Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/bob/examples/personal-blog/layouts/deps.ts>writeNginxLocations

A static site generator for the dynamic web - develop with TSX and build with Deno
Latest
variable writeNginxLocations
Deprecated
import { writeNginxLocations } from "https://deno.land/x/bob@v2.8.1/examples/personal-blog/layouts/deps.ts";

type

(
filepath: string,
hostname: string,
port: number,
functions?: Functions,
log?: Logger,
) => unknown