File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
06-form/_samples/book-search-system
07-get-post/_samples/bulletin-board Expand file tree Collapse file tree 4 files changed +4
-4
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 22 "name" : " book-search-system" ,
33 "version" : " 1.0.0" ,
44 "description" : " " ,
5- "main" : " server .js" ,
5+ "main" : " main .js" ,
66 "scripts" : {
77 "test" : " echo \" Error: no test specified\" && exit 1" ,
8- "start" : " node server .js"
8+ "start" : " node main .js"
99 },
1010 "author" : " " ,
1111 "license" : " ISC" ,
File renamed without changes.
Original file line number Diff line number Diff line change 22 "name" : " bulletin-board" ,
33 "version" : " 1.0.0" ,
44 "description" : " " ,
5- "main" : " server .js" ,
5+ "main" : " main .js" ,
66 "scripts" : {
77 "test" : " echo \" Error: no test specified\" && exit 1" ,
8- "start" : " node server .js"
8+ "start" : " node main .js"
99 },
1010 "author" : " " ,
1111 "license" : " ISC" ,
You can’t perform that action at this time.
0 commit comments