Skip to content
Prev Previous commit
Next Next commit
Disable .env and Bunfig.toml auto loading
  • Loading branch information
thecrypticace committed Nov 30, 2025
commit 4f0d6eda71d157cf5fe0787ad55bf6188c9b2cde
6 changes: 6 additions & 0 deletions packages/@tailwindcss-standalone/scripts/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ for (let { target, name } of builds) {
compile: {
target,
outfile,

// Disable .env loading
autoloadDotenv: false,

// Disable bunfig.toml loading
autoloadBunfig: false,
},
})

Expand Down