fix dockerfile in backend

This commit is contained in:
2026-02-19 11:42:54 +09:00
parent 00194f3826
commit 55a2bc8281
3 changed files with 13 additions and 8 deletions

View File

@@ -22,7 +22,5 @@
"paths": {
"@/*": ["src/*"]
}
},
"include": ["src/**/*", "scripts/**/*"],
"exclude": ["node_modules", "dist", "test"]
}
}