pkg
pkg copied to clipboard
Multiple entry points
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"
}
}