Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/pup/lib/common/utils.ts>toPersistentPath

Universal process manager built in Deno
Go to Latest
function toPersistentPath
import { toPersistentPath } from "https://deno.land/x/pup@1.0.0-rc.1/lib/common/utils.ts";

Generate a persistent storage path for the instance started by a given configuration file.

Parameters

configFile: string
  • The path to the configuration file.