Tags: AmanNegi/encore
Tags
set level for all targets prefixed with encore_ (encoredev#1278) Since we have several targets prefixed with `encore_`, like `encore_runtime_core` and `encore_js_runtime`. We could also specify them all rather that use the prefix if we want more control.
cli: handle missing test script for TypeScript apps (encoredev#1119)
rtconfgen: fix UnsafeAllowOriginsWithCredentials (encoredev#1077)
cli/daemon: report 127.0.0.1 not localhost for db uris (encoredev#1072) For some macOS configurations the hostname `localhost` is not resolving to `127.0.0.1`, which causes the connection string reported by `encore db conn-uri` to not work, as it is listening on `127.0.0.1`. Fix this by returning `127.0.0.1` explicitly. Thanks Bill Kennedy for the report.
PreviousNext