Save before creating restore point: Session start
Auto-saved at 2025-07-29 14:27:28 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
12
package.json
12
package.json
@@ -10,7 +10,17 @@
|
||||
"auto-commit": "./auto-commit.sh",
|
||||
"watch-commit": "node watch-and-commit.js",
|
||||
"save": "./auto-commit.sh commit",
|
||||
"restore-point": "./auto-commit.sh restore-point"
|
||||
"restore-point": "./auto-commit.sh restore-point",
|
||||
"pm2:start": "pm2 start ecosystem.config.js",
|
||||
"pm2:stop": "pm2 stop ecosystem.config.js",
|
||||
"pm2:restart": "pm2 restart ecosystem.config.js",
|
||||
"pm2:delete": "pm2 delete ecosystem.config.js",
|
||||
"pm2:logs": "pm2 logs timeshift-auto-commit",
|
||||
"pm2:status": "pm2 status",
|
||||
"pm2:monit": "pm2 monit",
|
||||
"services:start": "pm2 start ecosystem.config.js --only timeshift-auto-commit",
|
||||
"services:stop": "pm2 stop timeshift-auto-commit",
|
||||
"services:logs": "pm2 logs timeshift-auto-commit --lines 50"
|
||||
},
|
||||
"dependencies": {
|
||||
"@radix-ui/react-dialog": "^1.1.14",
|
||||
|
||||
Reference in New Issue
Block a user