Created
September 27, 2019 17:54
-
-
Save bcabanes/d86810f2406e57d745330ebcd5380825 to your computer and use it in GitHub Desktop.
Nx schematic adding universal capabilities to an Nx application
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "http://json-schema.org/schema", | |
"id": "universal-app", | |
"type": "object", | |
"properties": { | |
"name": { | |
"type": "string", | |
"description": "Application name to add SSR feature" | |
} | |
}, | |
"required": [ | |
"name" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment