fix path issues

This commit is contained in:
wass08
2026-01-16 09:23:39 +09:00
parent fbd050ad73
commit 45a34d7df6
9 changed files with 134 additions and 45 deletions
+6
View File
@@ -0,0 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
transpilePackages: ["three", "@pascal-app/viewer", "@pascal-app/core"],
};
export default nextConfig;