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.
1 parent e2d5c63 commit 1f2f0eaCopy full SHA for 1f2f0ea
.gitignore
@@ -55,4 +55,8 @@ pnpm-debug.log*
55
56
# OS
57
.DS_Store
58
-Thumbs.db
+Thumbs.db
59
+
60
+# Dev-agent local data
61
+.dev-agent.json
62
+.dev-agent/
package.json
@@ -28,11 +28,11 @@
28
"@commitlint/cli": "^20.1.0",
29
"@commitlint/config-conventional": "^20.0.0",
30
"@tsconfig/node-lts": "^22.0.0",
31
+ "@vitest/coverage-v8": "^4.0.3",
32
"husky": "^9.0.11",
33
"turbo": "^2.5.8",
34
"typescript": "^5.3.3",
- "vitest": "^4.0.3",
35
- "@vitest/coverage-v8": "^4.0.3"
+ "vitest": "^4.0.3"
36
},
37
"packageManager": "[email protected]",
38
"engines": {
0 commit comments