Tags: tomassarmiento/encore
Tags
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.
v2/compiler/build: fix concurrent build+test When concurrently building and testing, we would sometimes get spurious compilation errors due to the code generation being different between the build modes. Fix this by using separate work directories for each build mode.
PreviousNext