Skip to content

Commit

Permalink
Builder loads .env from the project's root
Browse files Browse the repository at this point in the history
  • Loading branch information
gravityblast committed May 27, 2024
1 parent f72919e commit 86d46bf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/builder/craco.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
const path = require("path");
const CracoEsbuildPlugin = require("craco-esbuild");
const { VerifyEnvPlugin } = require("verify-env");
const { config } = require("dotenv");

config({
path: path.join(__dirname, "../../.env"),
});

const esmModules = [
"@rainbow-me",
Expand Down

0 comments on commit 86d46bf

Please sign in to comment.