fix: add build script for server, fix duplicate index in user_ding_mapping entity

This commit is contained in:
2026-07-08 14:18:41 +08:00
parent baa01a910a
commit 8c791ec4f3
2 changed files with 55 additions and 2 deletions

View File

@@ -6,8 +6,9 @@
"license": "UNLICENSED",
"author": "",
"scripts": {
"dev": "nest start --watch -p tsconfig.build.json",
"build": "nest build",
"dev": "SEED_DEV=true nest start --watch -p tsconfig.build.json",
"build": "nest build -p tsconfig.build.json",
"start:dev": "SEED_DEV=true nest start --watch",
"format": "oxfmt",
"start": "nest start",
"start:dev": "nest start --watch",