diff --git a/apps/site/wrangler.jsonc b/apps/site/wrangler.jsonc index 69afe07d5a0e2..163eccf9da176 100644 --- a/apps/site/wrangler.jsonc +++ b/apps/site/wrangler.jsonc @@ -12,6 +12,12 @@ "binding": "ASSETS", "run_worker_first": true, }, + "services": [ + { + "binding": "WORKER_SELF_REFERENCE", + "service": "nodejs-website", + }, + ], "vars": { // Variables needed for skew protection // Also note that an appropriate CF_WORKERS_SCRIPTS_API_TOKEN secret diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 92201e1b79e8c..2ec0757228c52 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -12,6 +12,7 @@ catalog: typescript: 5.9.3 onlyBuiltDependencies: + - '@nodejs/doc-kit' - '@swc/core' - '@tailwindcss/oxide' - '@vercel/speed-insights'