Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies & enforce consistent formating #37

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open
4 changes: 4 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"singleQuote": true,
"tabWidth": 2
}
2 changes: 2 additions & 0 deletions client/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
node_modules
.env
build
pnpm-lock.yaml
2 changes: 1 addition & 1 deletion client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ COPY client .
RUN npm run build


FROM nginx:1.21.0-alpine as production
FROM nginx:1.25.2-alpine as production
ENV NODE_ENV production

COPY --from=builder /app/build /usr/share/nginx/html
Expand Down
1 change: 0 additions & 1 deletion client/build/_redirects

This file was deleted.

23 changes: 0 additions & 23 deletions client/build/asset-manifest.json

This file was deleted.

Binary file removed client/build/favicon.ico
Binary file not shown.
1 change: 0 additions & 1 deletion client/build/index.html

This file was deleted.

Binary file removed client/build/logo192.png
Binary file not shown.
Binary file removed client/build/logo512.png
Binary file not shown.
25 changes: 0 additions & 25 deletions client/build/manifest.json

This file was deleted.

3 changes: 0 additions & 3 deletions client/build/robots.txt

This file was deleted.

2 changes: 0 additions & 2 deletions client/build/static/css/2.8b056953.chunk.css

This file was deleted.

Loading