pkg icon indicating copy to clipboard operation
pkg copied to clipboard

Multiple entry points

Open rightaway opened this issue 3 years ago • 0 comments

https://github.com/vercel/pkg/issues/481 was automatically closed by github actions but there were a lot of people interested in it. Can we have a command line option to specify which entry point to use?

{
    "bin": {
        "entry1": "src/entry1",
        "entry2": "src/entry2"
    }
}

rightaway avatar Jul 11 '22 15:07 rightaway