mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-02 08:06:00 +00:00
e2e: added script to auto test adapters
This commit is contained in:
@@ -8,6 +8,15 @@ const config: BunBkndConfig = {
|
||||
connection: {
|
||||
url: "file:data.db",
|
||||
},
|
||||
initialConfig: {
|
||||
media: {
|
||||
enabled: true,
|
||||
adapter: {
|
||||
type: "local",
|
||||
config: { path: "./uploads" },
|
||||
},
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
serve(config);
|
||||
|
||||
Reference in New Issue
Block a user