change preview to start

This commit is contained in:
2026-02-04 19:37:11 +05:00
parent a51a84409f
commit a1b766fb3b

View File

@@ -11,5 +11,5 @@ npm run dev
npm run build
# PM2
pm2 start "npm run preview" --name postshop-frontend
pm2 start "npm run start" --name postshop-frontend
```