fix: add missing 'dev' script to @gongxue/server for turbo run dev

This commit is contained in:
2026-07-02 16:11:57 +08:00
parent 1b26039f7f
commit ac19c666b3

View File

@@ -6,6 +6,7 @@
"license": "UNLICENSED", "license": "UNLICENSED",
"author": "", "author": "",
"scripts": { "scripts": {
"dev": "nest start --watch",
"build": "nest build", "build": "nest build",
"format": "oxfmt", "format": "oxfmt",
"start": "nest start", "start": "nest start",