unified runtime and framework adapters

This commit is contained in:
dswbx
2024-12-24 09:43:16 +01:00
parent c1e92e503b
commit 76da14294c
20 changed files with 276 additions and 253 deletions

View File

@@ -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"
}