feat: manually mirror opencoze's code from bytedance
Change-Id: I09a73aadda978ad9511264a756b2ce51f5761adf
This commit is contained in:
38
common/config/subspaces/e2e/pnpm-config.json
Normal file
38
common/config/subspaces/e2e/pnpm-config.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/pnpm-config.schema.json",
|
||||
"useWorkspaces": true,
|
||||
"autoInstallPeers": true,
|
||||
"strictPeerDependencies": false,
|
||||
"environmentVariables": {
|
||||
"NODE_OPTIONS": {
|
||||
"value": "--max-old-space-size=4096",
|
||||
"override": false
|
||||
}
|
||||
},
|
||||
"globalOverrides": {
|
||||
"sass@1.74.1>immutable": "3.8.2",
|
||||
"web-streams-polyfill": "3.3.2",
|
||||
"vitest@1.4.0>vite": "5.1.6",
|
||||
"debug": "4.3.3",
|
||||
"type-fest": "3.13.1",
|
||||
"@types/node": "18.18.9",
|
||||
"leveldown": "6.1.1",
|
||||
"ahooks": "3.7.8",
|
||||
"terser-webpack-plugin@5.3.10>webpack": "5.89.0",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"tailwindcss@3.3.6>postcss": "8.4.49",
|
||||
"@types/react": "18.2.37",
|
||||
"@types/react-dom": "18.2.15",
|
||||
"typescript": "5.8.2"
|
||||
},
|
||||
"globalPeerDependencyRules": {},
|
||||
"globalPackageExtensions": {},
|
||||
"globalNeverBuiltDependencies": [
|
||||
"canvas",
|
||||
"better-sqlite3"
|
||||
],
|
||||
"globalAllowedDeprecatedVersions": {},
|
||||
"globalPatchedDependencies": {},
|
||||
"unsupportedPackageJsonSettings": {}
|
||||
}
|
||||
Reference in New Issue
Block a user