Next.js Discord

Discord Forum

Vercel pkg stuck while packaging next app

Unanswered
New Zealand posted this in #help-forum
Open in Discord
New ZealandOP
I am trying to package nextjs app using vercel pkg but its stuck and no logs are shown to console

3 Replies

New ZealandOP
"pkg": {
    "assets": [
      ".next/**/*"
    ],
    "scripts": [
      ".next/dist/**/*.js"
    ]
  }
using this config
npx pkg . --targets node18-linux --out-path pkg