Files
geo/package.json
T

12 lines
262 B
JSON
Raw Normal View History

{
"name": "geo-rankly",
"private": true,
"packageManager": "pnpm@10.28.2",
"scripts": {
"dev:admin": "pnpm --filter admin-web dev",
"build:admin": "pnpm --filter admin-web build",
"typecheck:admin": "pnpm --filter admin-web typecheck"
}
}