more seeds

This commit is contained in:
2025-12-27 11:58:35 +01:00
parent 91612e4256
commit 3efa978ee0
25 changed files with 806 additions and 55 deletions

View File

@@ -28,6 +28,7 @@ services:
build:
context: .
dockerfile: apps/api/Dockerfile.dev
working_dir: /app/apps/api
env_file:
- .env.development
environment:
@@ -40,7 +41,7 @@ services:
- ./:/app
- dev_node_modules:/app/node_modules
- dev_npm_cache:/root/.npm
command: ["sh", "-lc", "npm run start:dev --workspace=@gridpilot/api"]
command: ["sh", "-lc", "npm run start:dev"]
depends_on:
deps:
condition: service_completed_successfully