Skip to content

fix(turbo): declare NEXT_RUNTIME and CI env vars and add node globals (#61) - #68

Merged
chintondutta merged 3 commits into
thefremn:mainfrom
rishiii183:fix/declare-turbo-env-vars-and-node-globals
Aug 12, 2026
Merged

fix(turbo): declare NEXT_RUNTIME and CI env vars and add node globals (#61)#68
chintondutta merged 3 commits into
thefremn:mainfrom
rishiii183:fix/declare-turbo-env-vars-and-node-globals

Conversation

@rishiii183

Copy link
Copy Markdown
Contributor

Fixes #61

Summary of Changes

  • turbo.json: Added "globalEnv": ["NEXT_RUNTIME", "CI"] to declare NEXT_RUNTIME and CI environment variables for Turborepo's build caching.
  • packages/eslint-config/next.js: Added ...globals.node to languageOptions.globals in the shared Next.js ESLint configuration.

Verification

  • Ran pnpm lint from the repo root — confirmed all turbo/no-undeclared-env-vars and no-undef (process is not defined) warnings in apps/web/instrumentation.ts and apps/web/next.config.mjs are completely resolved.

@vercel

vercel Bot commented Aug 12, 2026

Copy link
Copy Markdown

@rishiii183 is attempting to deploy a commit to the FREMN's projects Team on Vercel.

A member of the Team first needs to authorize it.

@vercel

vercel Bot commented Aug 12, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
solvia-web Ready Ready Preview Aug 12, 2026 11:59am
solvia-widget Ready Ready Preview Aug 12, 2026 11:59am

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.

Declare NEXT_RUNTIME and CI env vars in turbo.json

2 participants