Skip to content

Commit

Permalink
Fix schema validation
Browse files Browse the repository at this point in the history
  • Loading branch information
joehan committed May 15, 2024
1 parent 2a4ee46 commit 10c3324
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions firebase-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -180,11 +180,11 @@
},
{
"fileMatch": "dataconnect.yaml",
"url": "./schema/dataconnect-yaml.json"
"url": "./dist/schema/dataconnect-yaml.json"
},
{
"fileMatch": "connector.yaml",
"url": "./schema/connector-yaml.json"
"url": "./dist/schema/connector-yaml.json"
}
]
},
Expand Down

0 comments on commit 10c3324

Please sign in to comment.