Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
add new evidence.templateProjectUrl setting to the package.json ext…
Browse files Browse the repository at this point in the history
…ension manifest (#62)
  • Loading branch information
RandomFractals committed Jun 4, 2023
1 parent 581e6e8 commit 8c9e6e6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,11 @@
"type": "number",
"default": 3000,
"description": "Default Evidence dev server port."
},
"evidence.templateProjectUrl": {
"type": "string",
"default": "https://github.com/evidence-dev/template",
"description": "Evidence template project GitHub URL or local file:// path to the project template folder to use when creating new Evidence projects."
}
}
},
Expand Down

0 comments on commit 8c9e6e6

Please sign in to comment.