ion
ion copied to clipboard
NextJS `install` not making dependencies external
I'm attempting to use the install option of NextJs (docs).
new sst.aws.Nextjs("MyNext", {
server: {
install: ["@sparticuz/chromium" /* nothing here works */],
},
})
Notes:
- I've tried misc. dependencies, but can't get any to spit out in
node_modulesof the resulting zip - The dependencies are listed in
package.json