mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 20:37:21 +00:00
unified runtime and framework adapters
This commit is contained in:
@@ -9,6 +9,9 @@ export type PrimaryFieldType = number | Generated<number>;
|
||||
export interface DB {}
|
||||
|
||||
export const config = {
|
||||
server: {
|
||||
default_port: 1337
|
||||
},
|
||||
data: {
|
||||
default_primary_field: "id"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user