deno_pg/scripts.yaml

4 lines
219 B
YAML

# 1.) "install" velociraptor 'deno install -qA -n vr https://deno.land/x/velociraptor@1.0.0-beta.16/cli.ts'
# 2.) run script from this yaml in terminal 'vr dev'
scripts:
dev: "deno run -A --watch --unstable index.js"