We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80e3f9c commit 0a54d25Copy full SHA for 0a54d25
2 files changed
apps/this-is-learning/src/assets/scully-routes.json
@@ -1 +1 @@
1
-[{ "route": "/" }]
+[{"route":"/"},{"route":"/this-is-angular"}]
package.json
@@ -30,8 +30,9 @@
30
"workspace-generator": "nx workspace-generator",
31
"dep-graph": "nx dep-graph",
32
"help": "nx help",
33
- "scully": "scully --noPrompt true",
34
- "scully:serve": "scully serve --noPrompt true"
+ "scully": "scully --noPrompt",
+ "scully:scan": "yarn scully --scanRoutes",
35
+ "scully:serve": "yarn scully serve"
36
},
37
"dependencies": {
38
"@angular/animations": "^12.0.0",
0 commit comments