Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.12/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.