0.3.0原版

This commit is contained in:
2026-07-19 19:10:32 +08:00
commit 0b6afa0665
39 changed files with 5690 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"apps": [
{
"name": "weibo-rss",
"script": "node ./dist/app.js",
"watch": true,
"env": {
"PORT": "3000"
}
}
]
}