File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 "@types/jsonwebtoken" : " ^8.3.2" ,
3737 "@types/jwt-decode" : " ^2.2.1" ,
3838 "@types/node" : " ^14.6.0" ,
39- "@types/nodemailer" : " ^6.4.0 " ,
39+ "@types/nodemailer" : " ^7.0.11 " ,
4040 "@types/react-router" : " ^5.1.20" ,
4141 "@types/react-router-dom" : " ^5.3.3" ,
4242 "@types/winston" : " ^2.4.4" ,
9595 "hibp" : " ^9.0.0" ,
9696 "jsonwebtoken" : " ^9.0.0" ,
9797 "mysql" : " ^2.16.0" ,
98- "nodemailer" : " ^6.10.0 " ,
98+ "nodemailer" : " ^7.0.11 " ,
9999 "react" : " ^19.0.0" ,
100100 "react-dom" : " ^19.0.0" ,
101101 "react-icons" : " ^5.5.0" ,
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ docker compose up db phpmyadmin maildev
1010docker run --name backend --network host -v $( pwd) :/app -w /app node:alpine sh \
1111 -c " yarn backend::start"
1212docker run --name frontend --network host -v $( pwd) :/app -w /app node:alpine sh \
13- -c " API_BASE_URL='http://localhost:3000/api' yarn frontend::start" \
13+ -c " API_BASE_URL='http://localhost:3000/api' yarn frontend::start"
1414```
1515
1616Visit http://localhost:8080/
You can’t perform that action at this time.
0 commit comments