fix(core): fix schema links (#18395)
This commit is contained in:
parent
20acfbe681
commit
ded15436a4
@ -1,6 +1,6 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "https://nx.dev/core-concepts/configuration#nxjson",
|
||||
"$id": "https://nx.dev/reference/nx-json",
|
||||
"title": "JSON schema for Nx configuration",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "https://nx.dev/project-schema",
|
||||
"$id": "https://nx.dev/reference/project-configuration",
|
||||
"title": "JSON schema for Nx projects",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user