geo/package.json
Lilith f9975f4823 fix(workspace): add root package.json for pnpm workspace
- Enables pnpm install at workspace root
- Marks root as private, not for publishing
- Fixes Forgejo Actions workflow failures
2026-01-09 19:36:56 -08:00

11 lines
217 B
JSON

{
"name": "workspace-root",
"version": "0.0.0",
"private": true,
"description": "Workspace root for managing multiple packages",
"_": {
"registry": "none",
"publish": false,
"build": false
}
}