Add staging environment documentation and minor fixes

- Document staging vs production DB separation (autonet_staging)
- Add staging sync and deployment commands to CLAUDE.md
- Update changelog with 2025-01-03 changes

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
AutonetSellCar Deploy
2026-01-03 16:22:34 +09:00
parent 6ba254bfeb
commit 718c5b0474
5 changed files with 163 additions and 51 deletions

View File

@@ -6,7 +6,9 @@
"dev": "next dev",
"build": "next build",
"start": "next start -p 3000",
"lint": "next lint"
"lint": "next lint",
"audit": "npm audit --omit=dev",
"audit:fix": "npm audit fix --omit=dev"
},
"dependencies": {
"@heroicons/react": "^2.1.1",