Add pm2 deployment config for accountbook

This commit is contained in:
Developer
2026-05-18 15:15:06 +08:00
parent 38b56f387c
commit 4ad1766f10
2 changed files with 23 additions and 2 deletions
+2 -2
View File
@@ -3,9 +3,9 @@
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev -p 3500",
"dev": "next dev -H 0.0.0.0 -p 3500",
"build": "next build",
"start": "next start -p 3500"
"start": "next start -H 0.0.0.0 -p 3500"
},
"dependencies": {
"chart.js": "^4.5.1",