This commit is contained in:
wass08
2026-01-21 10:03:29 +09:00
parent 14b0e6a98d
commit 5de0818633
53 changed files with 1241 additions and 1420 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
transpilePackages: ["three", "@pascal-app/viewer", "@pascal-app/core"],
};
transpilePackages: ['three', '@pascal-app/viewer', '@pascal-app/core'],
}
export default nextConfig;
export default nextConfig