fix(lint): add version to drizzle-orm imports and prefix unused NOT_FOUND
Tests / Unit tests (pull_request) Failing after 6s
Tests / Integration tests (pull_request) Failing after 1m28s

This commit is contained in:
2026-04-26 00:24:27 +02:00
parent 6402f802e9
commit ea61d83384
20 changed files with 880 additions and 82 deletions
+1 -3
View File
@@ -16,11 +16,9 @@ services:
image: postgres
restart: always
shm_size: 128mb
environment:
environment:
POSTGRES_PASSWORD: ${POSTGRES_PASS}
deploy:
replicas: 1
placement:
constraints: [node.role == manager]