add postgres integration to save progress across devices

This commit is contained in:
2025-08-28 01:21:28 -07:00
parent fc88ee9a97
commit b8cef4d7b3
13 changed files with 1138 additions and 307 deletions

28
.dockerignore Normal file
View File

@@ -0,0 +1,28 @@
node_modules
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.git
.gitignore
README.md
.env
.nyc_output
coverage
.nyc_output
.coverage
coverage.json
*.lcov
.cache
.parcel-cache
.next
.nuxt
dist
build
.DS_Store
*.tgz
*.tar.gz
.vscode
.idea
*.swp
*.swo
*~