trying to fix build
This commit is contained in:
parent
cc19f88ad2
commit
47109baff7
41 changed files with 315 additions and 415 deletions
|
|
@ -8,10 +8,9 @@ $libs = @(
|
|||
"config", # Configuration - depends on types
|
||||
"logger", # Logging utilities - depends on types
|
||||
"utils", # Utilities - depends on types and config
|
||||
|
||||
# Database clients
|
||||
# Database clients
|
||||
"postgres-client", # PostgreSQL client - depends on types, config, logger
|
||||
"mongodb-client", # MongoDB client - depends on types, config, logger
|
||||
# "mongodb-client", # MongoDB client - depends on types, config, logger (temporarily disabled - needs zod->yup conversion)
|
||||
"questdb-client", # QuestDB client - depends on types, config, logger
|
||||
|
||||
# Service libraries
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue