deadfile
deadfile copied to clipboard
Entry point for react gatsby application
trafficstars
Hey. Does anyone know what entry point should I set for a react gatsby application?
ping
Also interested in knowing
I’m sorry, next.js, gatsby are not supported yet out of box. The way it’s possible for now is to add all pages (in pages folder) to entry paths.
I’ll add it to roadmap to implement it. If you are interested in creating a PR, feel free to add it. For these cases it is possible to automatically add all contents of pages folder. The other usecase that I can think about is serverless projects.