This commit is contained in:
Daniel Flanagan 2022-02-12 14:17:57 -06:00
parent ae56529524
commit 6842c1673f
Signed by: lytedev
GPG key ID: 5B2020A0F9921EF4

View file

@ -1,7 +1,6 @@
import {yaml, fs, path, xdg} from "./deps.ts"
// const MANIFEST_URL = "https://git.lyte.dev/lytedev/pluggable-cli-deno/raw/branch/master/manifest.yml"
const MANIFEST_URL = "file:///home/daniel/code/pluggable-cli/manifest.yml"
const MANIFEST_URL = "https://git.lyte.dev/lytedev/pluggable-cli-deno/raw/branch/master/manifest.yml"
const PLUGINS_DIR = path.join(xdg.cache(), "/poc-cli-installed-plugins")
fs.ensureDir(PLUGINS_DIR)