Some checks failed
Basil CI/CD Pipeline / Code Linting (push) Successful in 1m21s
Basil CI/CD Pipeline / Shared Package Tests (push) Successful in 1m10s
Basil CI/CD Pipeline / Web Tests (push) Successful in 1m40s
Basil CI/CD Pipeline / API Tests (push) Successful in 1m52s
Basil CI/CD Pipeline / Build All Packages (push) Has been cancelled
Basil CI/CD Pipeline / E2E Tests (push) Has been cancelled
Basil CI/CD Pipeline / Build & Push Docker Images (push) Has been cancelled
Basil CI/CD Pipeline / Trigger Deployment (push) Has been cancelled
Basil CI/CD Pipeline / Security Scanning (push) Has been cancelled
- Add focus restoration after recipe state update - Add focus in finally block to ensure it happens even on error - Keeps cursor in tag input field for rapid tag entry Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
21 lines
324 B
YAML
21 lines
324 B
YAML
# Static Traefik configuration for local development
|
|
entryPoints:
|
|
http:
|
|
address: ":80"
|
|
|
|
providers:
|
|
docker:
|
|
endpoint: "unix:///var/run/docker.sock"
|
|
exposedByDefault: false
|
|
network: traefik
|
|
file:
|
|
filename: /dynamic-dev.yml
|
|
watch: true
|
|
|
|
api:
|
|
insecure: true
|
|
dashboard: true
|
|
|
|
log:
|
|
level: INFO
|