mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-17 12:56:05 +00:00
added format command and added trailing commas to reduce conflicts
This commit is contained in:
@@ -17,9 +17,9 @@ export const config = {
|
||||
server: {
|
||||
default_port: 1337,
|
||||
// resetted to root for now, bc bundling with vite
|
||||
assets_path: "/"
|
||||
assets_path: "/",
|
||||
},
|
||||
data: {
|
||||
default_primary_field: "id"
|
||||
}
|
||||
default_primary_field: "id",
|
||||
},
|
||||
} as const;
|
||||
|
||||
Reference in New Issue
Block a user