Skip to content

Instantly share code, notes, and snippets.

@bcabanes
Created September 27, 2019 17:54
Show Gist options
  • Save bcabanes/d86810f2406e57d745330ebcd5380825 to your computer and use it in GitHub Desktop.
Save bcabanes/d86810f2406e57d745330ebcd5380825 to your computer and use it in GitHub Desktop.
Nx schematic adding universal capabilities to an Nx application
{
"$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