test: add bun workspace tests
Some checks failed
CI / test (ubuntu-latest, linux-x64) (pull_request) Failing after 31s
CI / test (macos-14, darwin-arm64) (pull_request) Has been cancelled
CI / test (windows-latest, windows) (pull_request) Has been cancelled

This commit is contained in:
eric
2026-03-04 09:53:19 +01:00
parent f9d2c36263
commit 481acd9f84
10 changed files with 108 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{
"name": "workspace-root",
"private": true,
"workspaces": [
"packages/*"
],
"catalog": {
"lodash": "^4.17.21"
}
}