-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(env): race condition #12432
fix(env): race condition #12432
Conversation
🦋 Changeset detectedLatest commit: 1f24f38 The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
This comment was marked as outdated.
This comment was marked as outdated.
f8eb2d8
to
39d348c
Compare
!snapshot env-race-condition |
CodSpeed Performance ReportMerging #12432 will degrade performances by 12.05%Comparing Summary
Benchmarks breakdown
|
Snapshots have been released for the following packages:
Publish Log
Build Log
|
39d348c
to
1f24f38
Compare
Changes
Having that import was causing to evaluate the middleware module, and trigger the inline environment variable functions in case the middleware file uses
import { SECRETE } form "astro:env/server"
Testing
I tested locally with a reproduction provided by Florian
Docs
N/A