Add a 'Sync Engine' catergory for database sync engines like PowerSync, Zero, ElectricSQL and others.

This commit is contained in:
phillvdm
2025-08-26 13:11:02 -04:00
parent fccc020d81
commit 4a26bc7775
+2 -1
View File
@@ -31,4 +31,5 @@ export type tCategory =
| 'Config'
| 'Secrets'
| 'IaC'
| 'Analytics';
| 'Analytics'
| 'Sync Engine';