We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@atcute/internal-dev-env
1 parent 45f77bf commit 6d6849dCopy full SHA for 6d6849d
packages/client/package.json
@@ -35,6 +35,7 @@
35
"@atcute/client": "^2.0.6"
36
},
37
"devDependencies": {
38
+ "@atcute/internal-dev-env": "workspace:*",
39
"@tsky/lexicons": "workspace:*",
40
"@vitest/coverage-istanbul": "2.1.6",
41
"globals": "^15.12.0",
pnpm-workspace.yaml
@@ -1,3 +1,4 @@
1
packages:
2
- packages/*
3
+ - packages/internal/*
4
- docs/
0 commit comments