DEV Community

Discussion on: Vercel's pkg - Package your Node.js app into a single executable

Collapse
 
ksivamuthu profile image
Sivamuthu Kumar

You need to configure the "assets" in pkg configuration for static assets.

 "assets": [ "assets/**/*", "images/**/*" ]
Enter fullscreen mode Exit fullscreen mode

Check this configuration here. github.com/vercel/pkg#config