{
  "$schema": "./node_modules/@angular-devkit/schematics/collection-schema.json",
  "schematics": {
    "ng-add": {
      "factory": "./src",
      "description": "Update an application with server side rendering (Angular Universal)",
      "schema": "./src/schema.json"
    }
  }
}
