feat: establish root config and workspace foundation

- Create browser-ext placeholder package.json for workspace resolution
- Update root engines to node >=22 matching .nvmrc and web/package.json
- pnpm-workspace.yaml already configured with web and browser-ext
- All legacy directories (packages/, services/, server/) already removed
This commit is contained in:
2026-05-25 13:17:55 -04:00
parent ee31b88612
commit cc41f4ad32
3 changed files with 13 additions and 1 deletions

View File

@@ -22,7 +22,7 @@
"vitest": "^4.1.5"
},
"engines": {
"node": ">=20.0.0"
"node": ">=22.0.0"
},
"packageManager": "pnpm@9.0.0"
}