From 0029f06774af7fa190224d44bd8c6ddf93a5628f Mon Sep 17 00:00:00 2001 From: poptong Date: Wed, 1 Oct 2025 02:03:46 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Node.js=2022=20=ED=98=B8?= =?UTF-8?q?=ED=99=98=EC=84=B1=20=EC=84=A4=EC=A0=95=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nuxt.config.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nuxt.config.ts b/nuxt.config.ts index 31fe480..943c479 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -53,6 +53,9 @@ export default defineNuxtConfig({ typedPages: true, }, + // Node.js 22 호환성 설정 + compatibilityDate: '2024-10-01', + typescript: { tsConfig: { compilerOptions: {