UNPKG

@mariozechner/create-app

Version:

CLI for creating deployable web applications with Docker, Caddy, and modern tooling

6 lines 202 B
# Development overrides services: backend: command: sh -c "npm install --ignore-scripts && npx tsx watch --inspect=0.0.0.0:9229 dist/backend/server.js" ports: - "9229:9229" # Debug port