feat: deploy adventure wallet progression

This commit is contained in:
2026-09-19 04:19:41 +08:00
parent fdb36558d3
commit 37c97708e3
14 changed files with 362 additions and 32 deletions

View File

@@ -5,6 +5,7 @@
"description": "WhaleTown V2 NestJS backend and administration service",
"main": "dist/main.js",
"scripts": {
"test:adventure": "jest --runInBand --runTestsByPath src/business/player/adventure.service.spec.ts",
"dev": "nest start --watch",
"build": "nest build",
"start": "node dist/main.js",