Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
- [ ] CLI
- [x] generate
- [x] migrate
- [ ] db
- [x] push
- [ ] seed
- [x] info
- [x] init
- [x] validate
Expand Down Expand Up @@ -106,5 +109,5 @@
- [ ] Databases
- [x] SQLite
- [x] PostgreSQL
- [ ] Multi-schema
- [x] Multi-schema
- [ ] MySQL
2 changes: 1 addition & 1 deletion packages/server/src/adapter/next/app-route-handler.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { SchemaDef } from '@zenstackhq/orm/schema';
import { NextRequest, NextResponse } from 'next/server';
import { NextRequest, NextResponse } from 'next/server.js';
import type { AppRouteRequestHandlerOptions } from '.';
import { logInternalError } from '../common';

Expand Down
Loading