summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorLi Zhineng <[email protected]>2025-07-19 11:51:06 +0800
committerLi Zhineng <[email protected]>2025-07-19 11:51:06 +0800
commit75e99b58ade89bd0f12b20b7d303a70551a5c0e0 (patch)
tree9056a92fd88a3562e0e908fc0eb8a2ff36629351 /package.json
parent2fab578b73ed498f1cf3cfa8ab7283427a03d67a (diff)
downloadairmx-75e99b58ade89bd0f12b20b7d303a70551a5c0e0.tar.gz
airmx-75e99b58ade89bd0f12b20b7d303a70551a5c0e0.zip
use workspaces
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json
index c529ef1..4568912 100644
--- a/package.json
+++ b/package.json
@@ -5,5 +5,8 @@
},
"devDependencies": {
"prettier": "3.6.2"
- }
+ },
+ "workspaces": [
+ "packages/airmx"
+ ]
}