File tree 2 files changed +21
-1
lines changed
2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change
1
+ qqjs.sublime-project
2
+ qqjs.sublime-workspace
3
+ node_modules
4
+ app /modules /controller /carDetails.js
5
+ app /modules /controller /featuredPosts.js
6
+ app /modules /controller /imageTest.js
7
+ app /modules /controller /inputTests.js
8
+ app /modules /controller /listTest.js
9
+
10
+ app /modules /view /carDetails.xml
11
+ app /modules /view /featuredPosts.xml
12
+ app /modules /view /imageTest.xml
13
+ app /modules /view /inputs.xml
14
+ app /modules /view /listTest.xml
15
+
16
+ app /carDetails.html
17
+ app /carDetails.js
18
+ package-lock.json
19
+
20
+ data
Original file line number Diff line number Diff line change 16
16
"scripts" : {
17
17
"start" : " node server.js" ,
18
18
"test" : " echo \" Error: no test specified\" && exit 1" ,
19
- "debug" : " "
19
+ "debug" : " node --inspect-brk server.js "
20
20
},
21
21
"dependencies" : {
22
22
"cheerio" : " ^1.0.0-rc.2" ,
You can’t perform that action at this time.
0 commit comments