diff --git a/features/profile/frontend-showcase/package.json b/features/profile/frontend-showcase/package.json index adc010a76..efed05a1b 100644 --- a/features/profile/frontend-showcase/package.json +++ b/features/profile/frontend-showcase/package.json @@ -8,8 +8,8 @@ "showcase": "bun run showcase:start", "showcase:start": "concurrently --kill-others --names \"db,attr,api,ui\" -c \"blue,magenta,green,cyan\" \"bun run showcase:db\" \"bun run showcase:attr\" \"bun run showcase:api\" \"bun run showcase:ui\"", "showcase:db": "docker compose up", - "showcase:attr": "cd ../../attributes/backend-api && DATABASE_POSTGRES_PORT=25460 bun run dev", - "showcase:api": "cd ../backend-api && DATABASE_POSTGRES_PORT=25460 DATABASE_REDIS_HOST=localhost DATABASE_REDIS_PORT=26392 bun run dev:showcase", + "showcase:attr": "sleep 5 && cd ../../attributes/backend-api && DATABASE_POSTGRES_PORT=25460 bun run dev", + "showcase:api": "sleep 5 && cd ../backend-api && DATABASE_POSTGRES_PORT=25460 DATABASE_REDIS_HOST=localhost DATABASE_REDIS_PORT=26392 IDENTIFIER_PEPPER=showcase-dev-pepper bun run dev:showcase", "showcase:ui": "vite", "showcase:stop": "docker compose down", "showcase:clean": "docker compose down -v",