server for auth, more goodies
This commit is contained in:
parent
f83bce8e2b
commit
7cebe39a14
7 changed files with 80 additions and 24 deletions
|
|
@ -1,8 +1,9 @@
|
|||
import { SQL } from "bun"
|
||||
import { runtimeConfig } from "./config"
|
||||
|
||||
const db = new SQL({
|
||||
adapter: "sqlite",
|
||||
filename: "./leo-typing.db",
|
||||
filename: runtimeConfig.sqlitePath,
|
||||
create: true,
|
||||
strict: true,
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue