Files
editor/apps/editor/next.config.ts
T
2026-01-21 10:03:29 +09:00

7 lines
165 B
TypeScript

/** @type {import('next').NextConfig} */
const nextConfig = {
transpilePackages: ['three', '@pascal-app/viewer', '@pascal-app/core'],
}
export default nextConfig