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: {