Save before creating restore point: Before implementing auto-commit system

Auto-saved at 2025-07-29 14:24:49

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Docker Config Backup
2025-07-29 14:24:49 +02:00
parent 0ead94ac8d
commit 58eb8c169b
4 changed files with 467 additions and 2 deletions

View File

@@ -4,9 +4,13 @@
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build": "next build",
"start": "next start",
"lint": "next lint"
"lint": "next lint",
"auto-commit": "./auto-commit.sh",
"watch-commit": "node watch-and-commit.js",
"save": "./auto-commit.sh commit",
"restore-point": "./auto-commit.sh restore-point"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.1.14",