nanovms / ops-examples

A repository of basic and advanced examples using Ops
114 stars 28 forks source link

add next js example #120

Closed eyberg closed 1 year ago

eyberg commented 1 year ago

something to do with the symlink, which I haven't looked more into yet but essentially you want something like

"Args" : ["node", "/node_modules/next/dist/bin/next", "start"

vs

"Args" : ["node", "/node_modules/.next//bin/next", "start"

(at least for creating a pkg - for just a pkg load w/node it seems to not care ...)

eyberg commented 1 year ago

https://github.com/nanovms/ops-examples/pull/130