get e2e and dev to work with test as new root directory
This commit is contained in:
8
packages/next/src/exports/routes.ts
Normal file
8
packages/next/src/exports/routes.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export { GRAPHQL_PLAYGROUND_GET, GRAPHQL_POST } from '../routes/graphql/index.js'
|
||||
|
||||
export {
|
||||
DELETE as REST_DELETE,
|
||||
GET as REST_GET,
|
||||
PATCH as REST_PATCH,
|
||||
POST as REST_POST,
|
||||
} from '../routes/rest/index.js'
|
||||
Reference in New Issue
Block a user