chore: Fixed some missing dependencies in package.json

The backend was missing "reflect-metadata"
and the frontend was missing "@emotion/react" and "@emotion/server".

Also added JetBrains specific stuff in .gitignore
This commit is contained in:
Steve Tautonico
2022-10-12 16:03:27 -04:00
parent cde22f85ee
commit fb2dd3bd6f
3 changed files with 6 additions and 0 deletions

3
.gitignore vendored
View File

@@ -37,3 +37,6 @@ yarn-error.log*
# project specific
/backend/data/
/data/
# Jetbrains specific (webstorm)
.idea/**/**