- Add backend/node_modules to .gitignore - Untrack backend/node_modules from git - Restore backend source files (go.mod, main.go, etc.) that were missing in HEAD - Include frontend test updates
6 lines
68 B
JSON
6 lines
68 B
JSON
{
|
|
"devDependencies": {
|
|
"@vitest/coverage-v8": "^4.0.10"
|
|
}
|
|
}
|