chore: fix lint error

This commit is contained in:
forehalo
2024-12-09 20:55:43 +08:00
parent 0cf3740488
commit 783fd4d5f3
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -59,7 +59,8 @@ services:
# or you may add 'POSTGRES_HOST_AUTH_METHOD=trust' to ignore postgres security policy
POSTGRES_HOST_AUTH_METHOD: trust
healthcheck:
test: ['CMD', 'pg_isready', '-U', "${DB_USERNAME}", '-d', "${DB_DATABASE:-affine}"]
test:
['CMD', 'pg_isready', '-U', "${DB_USERNAME}", '-d', "${DB_DATABASE:-affine}"]
interval: 1m
start_interval: 10s
start_period: 1m
+1
View File
@@ -26,3 +26,4 @@ packages/frontend/templates/onboarding
packages/backend/native/index.d.ts
packages/frontend/native/index.d.ts
packages/frontend/native/index.js
compose.yaml