mirror of https://github.com/buster-so/buster.git
update boime package settings
This commit is contained in:
parent
9622242ae0
commit
d5a1e69748
|
@ -19,7 +19,8 @@
|
|||
"**/.vercel/**",
|
||||
"**/coverage/**",
|
||||
"**/storybook-static/**",
|
||||
"**/playwright-tests/auth-utils/auth.json"
|
||||
"**/playwright-tests/auth-utils/auth.json",
|
||||
"package.json"
|
||||
]
|
||||
},
|
||||
"formatter": {
|
||||
|
|
|
@ -150,8 +150,6 @@
|
|||
"vitest": "^3.1.4"
|
||||
},
|
||||
"msw": {
|
||||
"workerDirectory": [
|
||||
"public"
|
||||
]
|
||||
"workerDirectory": ["public"]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue