update boime package settings

This commit is contained in:
Nate Kelley 2025-05-29 15:34:10 -06:00
parent 9622242ae0
commit d5a1e69748
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
2 changed files with 3 additions and 4 deletions

View File

@ -19,7 +19,8 @@
"**/.vercel/**", "**/.vercel/**",
"**/coverage/**", "**/coverage/**",
"**/storybook-static/**", "**/storybook-static/**",
"**/playwright-tests/auth-utils/auth.json" "**/playwright-tests/auth-utils/auth.json",
"package.json"
] ]
}, },
"formatter": { "formatter": {

View File

@ -150,8 +150,6 @@
"vitest": "^3.1.4" "vitest": "^3.1.4"
}, },
"msw": { "msw": {
"workerDirectory": [ "workerDirectory": ["public"]
"public"
]
} }
} }