๐Ÿ˜ฅ ๋ฌธ์ œ

๋„์ปค๋กœ ๋นŒ๋“œ ํ•  ๋•Œ๋งˆ๋‹ค ์ƒ๊ธฐ๋Š” ์—๋Ÿฌ ๋กœ๊ทธ

๐Ÿ™Œ๐Ÿป ํ•ด๊ฒฐ ๋ฐฉ๋ฒ•

next.config ํŒŒ์ผ ์ˆ˜์ •

/** @type {import('next').NextConfig} */

const nextConfig = {
  experimental: {
    externalDir: true,
    workerThreads: false,
    cpus: 1,
  },
}

export default nextConfig

๐Ÿ”Ž ์ฐธ๊ณ  ์ž๋ฃŒ

https://github.com/vercel/next.js/discussions/48192