cea1a8b119
- Better organized with clear sections - Added SQLite WAL/SHM files - Added OS files (Thumbs.db, swap files) - Added misc caches (.cache/, .turbo/) - Keep .vscode/settings.json for shared vitest config - Added root data/ folder (docker-compose mount point)
6 lines
95 B
JSON
6 lines
95 B
JSON
{
|
|
"vitest.root": "backend",
|
|
"vitest.enable": true,
|
|
"vitest.commandLine": "npm test --"
|
|
}
|