Skip to content

Commit

Permalink
fix: specify schema for both template schema files
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Nov 19, 2023
1 parent 23aa8c5 commit 30a80bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions templates/.sapphirerc.json.sapphire
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/sapphiredev/cli/main/templates/schemas/.sapphirerc.scheme.json",
"projectLanguage": "{{language}}",
"locations": {
"base": "src",
Expand Down
1 change: 1 addition & 0 deletions templates/.sapphirerc.yml.sapphire
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
$schema: "./node_modules/@sapphire/cli/templates/schemas/.sapphirerc.scheme.json"
projectLanguage: "{{language}}"
locations:
base: src
Expand Down

0 comments on commit 30a80bb

Please sign in to comment.