Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions render.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
services:
- type: web
name: alicization-town
runtime: node
repo: https://github.com/ceresOPA/Alicization-Town
region: singapore
plan: free
branch: main
buildCommand: npm ci
startCommand: node server/src/main.js
envVars:
- key: NODE_VERSION
value: "22"
- key: NPM_TOKEN
sync: false # Render 会提示你手动填写
- key: ALICIZATION_PLUGINS
value: "@ceresopa/rpg-advanced"
- key: ALICIZATION_RPG_LICENSE
sync: false # 插件 license key,手动填写
- key: ALICIZATION_TOWN_NPC_ENABLED
value: "true"
3 changes: 3 additions & 0 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,8 @@
"express": "^5.2.1",
"socket.io": "^4.8.3"
},
"optionalDependencies": {
"@ceresopa/rpg-advanced": ">=0.4.0"
},
"_note": "rpg-advanced: 高级RPG系统插件,如需使用请联系 ceresOPA"
}
Loading