#What would be the best way to spread

1 messages · Page 1 of 1 (latest)

sly night
#

I'm working on an application that is supposed to recognize pages from installed node modules without needing to tediously copy them (and their dependencies) to /pages/

#

From what I've seen, the only approach is to severely patch Next itself, and I was wondering whether there's some better way

#

One other way I can see this going is a single catch-all route in /pages/ that handles including the proper file from the respective module depending on the path