mirror of https://github.com/buster-so/buster.git
18 lines
343 B
Plaintext
18 lines
343 B
Plaintext
{
|
|
"folders": [
|
|
{ "path": "../apps/server" },
|
|
{ "path": "../apps/web" },
|
|
{ "path": "../packages/access-controls" },
|
|
{ "path": "../packages/database" },
|
|
{ "path": "../packages/server-shared" }
|
|
],
|
|
"settings": {
|
|
},
|
|
"extensions": {
|
|
"recommendations": [
|
|
"biomejs.biome",
|
|
"vitest.explorer"
|
|
]
|
|
}
|
|
}
|
|
|