refactor: migrate to pnpm monorepo with Payload CMS backend and Astro frontend to support scalable website development and AI-assisted workflows

This commit is contained in:
2025-09-25 03:36:26 +08:00
parent 4efabd168c
commit 74677acf77
243 changed files with 28435 additions and 102 deletions

43
.gitignore vendored Normal file
View File

@@ -0,0 +1,43 @@
# Dependencies
/node_modules
**/node_modules
# Build output
/dist
/build
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
.dev.vars
# IDE and editor directories
.idea/
.vscode/
# OS-generated files
.DS_Store
.DS_Store?
Thumbs.db
# Temporary files
*.tmp
# AI and tool directories
.codex/
.gemini/
.turbo/
.wrangler/
# OS-generated files in subdirs
**/.DS_Store