diff --git a/packages/eslint-config/next.js b/packages/eslint-config/next.js index 79207e1..cfd7983 100644 --- a/packages/eslint-config/next.js +++ b/packages/eslint-config/next.js @@ -24,6 +24,7 @@ export const nextJsConfig = [ ...pluginReact.configs.flat.recommended.languageOptions, globals: { ...globals.serviceworker, + ...globals.node, }, }, }, diff --git a/turbo.json b/turbo.json index 255c0d8..eb39853 100644 --- a/turbo.json +++ b/turbo.json @@ -1,6 +1,7 @@ { "$schema": "https://turbo.build/schema.json", "ui": "tui", + "globalEnv": ["NEXT_RUNTIME", "CI"], "tasks": { "build": { "dependsOn": ["^build"],