File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 15
15
"highlight.js" : " ^9.17.1" ,
16
16
"history" : " ^4.10.1" ,
17
17
"html-to-markdown" : " ^1.0.0" ,
18
+ "http-proxy-middleware" : " ^1.0.5" ,
18
19
"list-react-files" : " ^0.2.0" ,
19
20
"markdown-it" : " ^10.0.0" ,
20
21
"markdown-it-abbr" : " ^1.0.4" ,
53
54
"scripts" : {
54
55
"lambda-serve" : " netlify-lambda serve netlify-functions" ,
55
56
"heroku-postbuild" : " npm run build" ,
56
- "start" : " serve -s build -l 3000" ,
57
+ "start:app" : " serve -s build -l 3000" ,
58
+ "start:server" : " netlify-lambda serve netlify-functions" ,
59
+ "start" : " netlify-lambda serve netlify-functions & serve -s build -l 3000" ,
57
60
"prebuild" : " netlify-lambda build netlify-functions" ,
58
61
"build" : " CI=false && set \" CI=false\" && react-scripts build" ,
59
62
"test" : " react-scripts test" ,
You can’t perform that action at this time.
0 commit comments