mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-15 20:17:22 +00:00
e2e: added script to auto test adapters
This commit is contained in:
3
examples/bun/.gitignore
vendored
3
examples/bun/.gitignore
vendored
@@ -173,3 +173,6 @@ dist
|
||||
|
||||
# Finder (MacOS) folder config
|
||||
.DS_Store
|
||||
|
||||
*.db
|
||||
uploads/*
|
||||
@@ -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