Skip to main content
Module

x/denon/src/cli.ts>PERMISSIONS

👀 Monitor any changes in your Deno application and automatically restart.
Very Popular
Latest
variable PERMISSIONS
import { PERMISSIONS } from "https://deno.land/x/denon@2.5.0/src/cli.ts";

These are the permissions required for a clean run of denon. If not provided through installation they will be asked on every run by the grant() std function.

The permissions required are:

  • read, used to correctly load a configuration file and to monitor for filesystem changes in the directory denon is executed to reload scripts.
  • write, write configuration templates.
  • run, used to run scripts as child processes.
  • write, download configuration templates and import denon.config.ts file.