fix: route ordering customer/{id}/health before /{id}; CustomerHealthService for health-overview; keywords/competitor Header decorator; onboarding product_info dict; marketing template fallback; frontend style-switching tabs

This commit is contained in:
TradeMate Dev
2026-05-15 09:17:26 +08:00
parent 566f59f0e4
commit ac51716097
177 changed files with 348071 additions and 33 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"name": "trademate-tests",
"private": true,
"scripts": {
"test": "node test_all.mjs"
},
"dependencies": {
"playwright": "^1.60.0"
}
}