From fc06cfaef03244a6adf079403456b5f745ac13b4 Mon Sep 17 00:00:00 2001 From: RandomFractals Date: Sun, 4 Jun 2023 11:16:45 -0500 Subject: [PATCH] default new `evidence.templateProjectUrl` to `/template` in `package.json` (#62) to use the built-in `/template` folder added in #60 and #61 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ea64456..157f886 100644 --- a/package.json +++ b/package.json @@ -203,7 +203,7 @@ }, "evidence.templateProjectUrl": { "type": "string", - "default": "https://github.com/evidence-dev/template", + "default": "/template", "description": "Evidence template project GitHub URL or local file:// path to the project template folder to use when creating new Evidence projects." } }