Skip to main content
Deno 2 is finally 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-alpha-32/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.