We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c1e7d0 commit a958f83Copy full SHA for a958f83
README.md
@@ -181,11 +181,10 @@ nginx -g 'daemon off;'
181
182
### ngssc.json
183
184
-The package provides a JSON schema: `ngssc.schema.json",`
+The ngssc.json will be generated by the ngsscbuild builder.
185
186
```javascript
187
{
188
- "$schema": "./node_modules/angular-server-side-configuration/ngssc.schema.json", // Optional
189
"variant": "process", // Either "process" or "NG_ENV".
190
"environmentVariables": [], // Detected environment variables.
191
"filePattern": "**/index.html" // File pattern in which environment variables should be inserted.
0 commit comments