rsnext/test/e2e/app-dir/app-routes/app-custom-route-base-path.test.ts
Wyatt Johnson 3e821ef189
Support basePath with edge runtime for Custom App Routes (#52910)
Fixes a bug where the edge runtime didn't support `basePath` with Custom App Routes.

- Fixes #49661
2023-07-19 23:54:34 +00:00

2 lines
68 B
TypeScript

process.env.BASE_PATH = '/docs'
require('./app-custom-routes.test')