diff options
| author | Li Zhineng <[email protected]> | 2025-07-19 11:51:06 +0800 |
|---|---|---|
| committer | Li Zhineng <[email protected]> | 2025-07-19 11:51:06 +0800 |
| commit | 75e99b58ade89bd0f12b20b7d303a70551a5c0e0 (patch) | |
| tree | 9056a92fd88a3562e0e908fc0eb8a2ff36629351 /package.json | |
| parent | 2fab578b73ed498f1cf3cfa8ab7283427a03d67a (diff) | |
| download | airmx-75e99b58ade89bd0f12b20b7d303a70551a5c0e0.tar.gz airmx-75e99b58ade89bd0f12b20b7d303a70551a5c0e0.zip | |
use workspaces
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
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" + ] } |
