mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 12:37:20 +00:00
bump 0.19.0, update readme with use cases, small fixes
- fix password strategy openapi tags - fix cli run picking up memory if specified - fix view transition chrome crash
This commit is contained in:
@@ -110,7 +110,10 @@ export async function makeAppFromEnv(options: Partial<RunOptions> = {}) {
|
||||
// try to use an in-memory connection
|
||||
} else if (options.memory) {
|
||||
console.info("Using", c.cyan("in-memory"), "connection");
|
||||
app = await makeApp({ server: { platform: options.server } });
|
||||
app = await makeApp({
|
||||
server: { platform: options.server },
|
||||
connection: { url: ":memory:" },
|
||||
});
|
||||
|
||||
// finally try to use env variables
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user