rsnext/test/e2e/app-dir/app-routes/next.config.js
Wyatt Johnson 74ca99c866
Server Router Improvements (#45716)
This adds updated matching handle for the server to separate out the matching and executing of different route types e.g. page routes, API routes, and app routes. 

Co-authored-by: JJ Kasper <22380829+ijjk@users.noreply.github.com>
2023-02-15 00:16:45 +00:00

5 lines
62 B
JavaScript

module.exports = {
experimental: {
appDir: true,
},
}