Skip to content
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

Remove dotenv and use node --env-file command #1543

Closed
wants to merge 4 commits into from

Conversation

tiagofilipenunes
Copy link
Collaborator

Node 20.6.0 supports the --env-file command which means dot-env is not longer needed to set up playwright.

The downside is that the script node --env-file=.env node_modules/.bin/playwright test is not the most easily readable. Alternatively, node-options or .npmrc can also be used to apply the command globally to NODE_OPTIONS.

Copy link

cloudflare-workers-and-pages bot commented Oct 11, 2024

Deploying carbon-app-sei with  Cloudflare Pages  Cloudflare Pages

Latest commit: 8b93462
Status: ✅  Deploy successful!
Preview URL: https://f89a92f4.carbon-app-sei.pages.dev
Branch Preview URL: https://remove-dotenv.carbon-app-sei.pages.dev

View logs

Copy link

cloudflare-workers-and-pages bot commented Oct 11, 2024

Deploying carbon-app with  Cloudflare Pages  Cloudflare Pages

Latest commit: 8b93462
Status: ✅  Deploy successful!
Preview URL: https://f7a03695.carbon-app-csq.pages.dev
Branch Preview URL: https://remove-dotenv.carbon-app-csq.pages.dev

View logs

Copy link

cloudflare-workers-and-pages bot commented Oct 11, 2024

Deploying carbon-app-celo with  Cloudflare Pages  Cloudflare Pages

Latest commit: 8b93462
Status: ✅  Deploy successful!
Preview URL: https://dd1b172e.carbon-app-celo.pages.dev
Branch Preview URL: https://remove-dotenv.carbon-app-celo.pages.dev

View logs

Copy link

cloudflare-workers-and-pages bot commented Oct 11, 2024

Deploying carbon-app-blast with  Cloudflare Pages  Cloudflare Pages

Latest commit: 8b93462
Status: ✅  Deploy successful!
Preview URL: https://0a635279.carbon-app-blast.pages.dev
Branch Preview URL: https://remove-dotenv.carbon-app-blast.pages.dev

View logs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant