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

x/frugal/packages/core/Page.ts>Phase

A frugal web framework
Go to Latest
type alias Phase
import { type Phase } from "https://deno.land/x/frugal@0.2.1/packages/core/Page.ts";

The different phases of Frugal.

A page descriptor method can be called in a build phase (during the Frugal instance build), during the refresh phase (at runtime in a refresh call) or during the generate phase (at runtime in a generate call).

definition: "build" | "refresh" | "generate"