File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1111 "dependencies" : {
1212 "react" : " ^18" ,
1313 "react-dom" : " ^18" ,
14- "next" : " 14.1.3"
14+ "next" : " 14.1.3" ,
15+ "autoprefixer" : " ^10.0.1" ,
16+ "postcss" : " ^8" ,
17+ "tailwindcss" : " ^3.3.0"
1518 },
1619 "devDependencies" : {
1720 "typescript" : " ^5" ,
1821 "@types/node" : " ^20" ,
1922 "@types/react" : " ^18" ,
2023 "@types/react-dom" : " ^18" ,
21- "autoprefixer" : " ^10.0.1" ,
22- "postcss" : " ^8" ,
23- "tailwindcss" : " ^3.3.0" ,
2424 "eslint" : " ^8" ,
2525 "eslint-config-next" : " 14.1.3"
2626 }
Original file line number Diff line number Diff line change 3131 proxy_http_version 1.1;
3232 proxy_set_header Connection "upgrade" ;
3333 proxy_set_header Upgrade $http_upgrade ;
34- proxy_pass http ://back :80 ;
34+ proxy_pass http ://server :80 ;
3535 }
3636 }
3737}
Original file line number Diff line number Diff line change @@ -18,5 +18,5 @@ CMD ["./app"]
1818
1919FROM golang:1.23 as dev
2020WORKDIR /app
21- RUN go install github.com/air-verse/air@latest
21+ RUN go install github.com/air-verse/air@v1.60.0
2222CMD ["air" ]
You can’t perform that action at this time.
0 commit comments