052751b2ba
* refactor(frontend): modularize styles and polish modal/ui interactions * feat: add report workflow and timeline/settings improvements * fix: resolve CI failures for backend typing, lint, and playwright config
9 lines
156 B
JSON
9 lines
156 B
JSON
{
|
|
"vitest.root": "backend",
|
|
"vitest.enable": true,
|
|
"vitest.commandLine": "npm test --",
|
|
"chat.tools.terminal.autoApprove": {
|
|
"test": true
|
|
}
|
|
}
|