diff --git a/.env.devnet b/.env.devnet new file mode 100644 index 00000000..79318400 --- /dev/null +++ b/.env.devnet @@ -0,0 +1,81 @@ +# Environment for the /devnet deployment ("staging-devnet") and local devnet runs. +# +# Loaded by `npm run build:devnet`, which sources this file before running +# `next build` with BASE_PATH=/devnet. Next.js does not auto-load `.env.devnet`, +# so the values below only take effect through that script. The same file is read +# by scripts/sdk-env.mjs, so `NETWORK=devnet node scripts/