Skip to main content
Module

x/pup/pup.ts

Universal process manager built in Deno
Go to Latest
File
/** * CLI application entry point of Pup * * @file pup.ts * @license MIT */
import { main } from "./lib/cli/main.ts"
main()