refactor: large refactor around monorepo

Just a commit point while I'm testing stuff. Already decided at this
point to simplify and revert away from PayloadCMS.
This commit is contained in:
2026-01-04 13:18:34 -06:00
parent 31b1804fc9
commit af81d8e048
110 changed files with 8392 additions and 12918 deletions
Vendored
+38 -36
View File
@@ -1,44 +1,46 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
.idea
.log*
# Dependencies
node_modules/
# dependencies
/node_modules
/.pnp
.pnp.js
# Build outputs
.next/
.svelte-kit/
build/
dist/
.turbo/
*.tsbuildinfo
# testing
/coverage
# Environment - only in root
/.env
/.env*.local
# database
/prisma/db.sqlite
/prisma/db.sqlite-journal
# next.js
/.next/
/out/
next-env.d.ts
# production
/build
# misc
.DS_Store
*.pem
# debug
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
pnpm-debug.log*
# local env files
# do not commit any .env files to git, except for the .env.example file. https://create.t3.gg/en/usage/env-variables#using-environment-variables
.env
.env*.local
# OS
.DS_Store
Thumbs.db
# vercel
.vercel
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# typescript
*.tsbuildinfo
# Testing
coverage/
# Temporary
tmp/
temp/
*.tmp
# Playwright
playwright-report/
test-results/
# Docker
docker-build.log