Syntarex

Results 5 comments of Syntarex

It would be even cooler if I could check for scopes by myself. Like inside off an endpoint.

You are a hero. Never would have found that by the error message alone.

I got no reproduction repo but got the same problem using `oven/bun:latest` My repo: https://github.com/Syntarex/synbase My Dockerfile: ``` # Nutze das offizielle Bun-Image FROM oven/bun:latest as base ENV TURBO_TELEMETRY_DISABLED=1 ENV...