add lib:turbo

This commit is contained in:
xion 2025-03-22 13:31:51 +08:00
parent af8ed90ab3
commit c546ad2459

View File

@ -6,7 +6,9 @@
"types": "dist/query-login.d.ts",
"scripts": {
"build": "tsup",
"watch": "tsup --watch"
"watch": "tsup --watch",
"dev": "tsup --watch",
"lib:dev": "pnpm run dev"
},
"keywords": [],
"author": "abearxiong <xiongxiao@xiongxiao.me>",