🔧 Node.js 22 호환성 설정 추가
Some checks failed
🚀 Deploy - Demo / deployment (push) Has been cancelled

This commit is contained in:
2025-10-01 02:03:46 +09:00
parent 8edaa0e517
commit 0029f06774

View File

@@ -53,6 +53,9 @@ export default defineNuxtConfig({
typedPages: true,
},
// Node.js 22 호환성 설정
compatibilityDate: '2024-10-01',
typescript: {
tsConfig: {
compilerOptions: {