This repository has been archived by the owner on Jan 23, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
scully.log
53 lines (41 loc) · 2.6 KB
/
scully.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
=====================================================================================================
Config file "./scully.ngrx-slice.config.ts" not found, only rendering routes without parameters
The config file should have a name that is formated as:
scully.<projectName>.config.ts
where <projectName> is the name of the project as defined in the 'angular.json' file
If you meant to build a different project as undefined you can use:
--project differentProjectName as a cmd line option
When you are in a mixed mono-repo you might need to use the --pjFirst flag.
which will look for package.json instead of angular.json to find the 'root' of the project.
=====================================================================================================
Could not find project "ngrx-slice" in 'angular.json'.The option outDir isn't configured, using default folder "./dist/static/".No routes defined in ""
----------------------------------
Using stored unhandled routes!.
To discover new routes in the angular app use "npm run scully -- --scanRoutes"
----------------------------------
----------------------------------
Using stored unhandled routes!.
To discover new routes in the angular app use "npm run scully -- --scanRoutes"
----------------------------------
----------------------------------
Using stored unhandled routes!.
To discover new routes in the angular app use "npm run scully -- --scanRoutes"
----------------------------------
----------------------------------
Using stored unhandled routes!.
To discover new routes in the angular app use "npm run scully -- --scanRoutes"
----------------------------------
Folder "./scully" doesn't seem to contain custom plugins Deprication Notice:
======================================================================
From now on, the plugin that is being used to render a route is
able to be changed by the user. You can do this by adding or
enabling the plugin in the scully.json file. For your convenience,
we loaded the Puppeteer plugin for you.
To disable this warning enable the plugin of your choiche.
for Puppteer please add:
import '@scullyio/scully-plugin-puppeteer';
to your scully.docs.config.ts file.
When you get this waring while not using scully-plugin-puppeteer
you need to set the defaultRouteRenderer to the name of your plugin.
The defaultRouteRenderer is now set to 'routeRenderer'.
======================================================================