消息推送

This commit is contained in:
not-like-juvenile
2026-03-10 16:39:50 +08:00
parent ee9fabd806
commit e67016a6f4
18 changed files with 1176 additions and 49 deletions

View File

@@ -4,7 +4,8 @@
"description": "Local push backend for development (register devices, mock send)",
"main": "push-server.js",
"scripts": {
"start": "node push-server.js"
"start": "node push-server.js",
"worker": "node notify-worker.js"
},
"dependencies": {
"archiver": "^7.0.1",