fix build

This commit is contained in:
wass08
2026-02-05 09:59:21 +09:00
parent a6c9bd6507
commit 264db13390
4 changed files with 16 additions and 4 deletions
+5 -1
View File
@@ -17,5 +17,9 @@
"next.config.js",
".next/types/**/*.ts"
],
"exclude": ["node_modules"]
"exclude": ["node_modules"],
"references": [
{ "path": "../../packages/core" },
{ "path": "../../packages/viewer" }
]
}