Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
method FrugalBuilder.prototype.load
import { FrugalBuilder } from "https://deno.land/x/frugal@0.2.1/packages/core/mod.ts";

Load a Frugal instance based on the previous build. Everything is loaded from cache (no loader pass, no dependency graph built).

This is usefull in order to run a server needing access to a Frugal instance after a build process. The two process can be separated (a build in CI, an server in the clouds), because all the information needed to setup the Frugal instance was serialized during the build