Fix: If a product sku was updated and then deleted on the same day, it failed as the valid_till for the sku_version was set to yesterday while the valid_from was set to today. Fix: Product update also failed as the db.commit was on the loop adding new skus
10 lines
179 B
JSON
10 lines
179 B
JSON
{
|
|
// For more information, visit: https://angular.dev/ai/mcp
|
|
"servers": {
|
|
"angular-cli": {
|
|
"command": "npx",
|
|
"args": ["-y", "@angular/cli", "mcp"]
|
|
}
|
|
}
|
|
}
|