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:
@@ -22,7 +22,7 @@
|
||||
"vitest": "^4.1.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20.0.0"
|
||||
"node": ">=22.0.0"
|
||||
},
|
||||
"packageManager": "pnpm@9.0.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user