File tree Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Original file line number Diff line number Diff line change 1
1
module . exports = {
2
+ scripts : {
3
+ "lchi:server" : "python manage.py runserver localhost:3000"
4
+ } ,
2
5
ci : {
3
6
collect : {
4
- startServerCommand : "python manage.py runserver localhost:3000" ,
5
- url : [
6
- "http://localhost:3000" ,
7
- "http://localhost:3000/search/" ,
8
- "http://localhost:3000/institutions/" ,
9
- "http://localhost:3000/projects/" ,
10
- "http://localhost:3000/documents/" ,
11
- "http://localhost:3000/languages/" ,
12
- "http://localhost:3000/subjects/"
13
- ]
7
+ url : [
8
+ "http://localhost:3000" ,
9
+ "http://localhost:3000/search/" ,
10
+ "http://localhost:3000/institutions/" ,
11
+ "http://localhost:3000/projects/" ,
12
+ "http://localhost:3000/documents/" ,
13
+ "http://localhost:3000/languages/" ,
14
+ "http://localhost:3000/subjects/"
15
+ ]
14
16
} ,
15
17
assert : {
16
18
"preset" : "lighthouse:recommended" ,
You can’t perform that action at this time.
0 commit comments