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",
"author": "",
"scripts": {
"dev": "nest start --watch",
"build": "nest build",
"format": "oxfmt",
"start": "nest start",