We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2df77b9 commit cc78ef6Copy full SHA for cc78ef6
TODO.md
@@ -3,6 +3,9 @@
3
- [ ] CLI
4
- [x] generate
5
- [x] migrate
6
+ - [ ] db
7
+ - [x] push
8
+ - [ ] seed
9
- [x] info
10
- [x] init
11
- [x] validate
@@ -106,5 +109,5 @@
106
109
- [ ] Databases
107
110
- [x] SQLite
108
111
- [x] PostgreSQL
- - [ ] Multi-schema
112
+ - [x] Multi-schema
113
- [ ] MySQL
packages/server/src/adapter/next/app-route-handler.ts
@@ -1,5 +1,5 @@
1
import type { SchemaDef } from '@zenstackhq/orm/schema';
2
-import { NextRequest, NextResponse } from 'next/server';
+import { NextRequest, NextResponse } from 'next/server.js';
import type { AppRouteRequestHandlerOptions } from '.';
import { logInternalError } from '../common';
0 commit comments