mirror of
https://github.com/Blah-IM/Weblah.git
synced 2025-07-10 15:55:35 +00:00
feat: [wip] local identity db
This commit is contained in:
parent
2074687692
commit
2827a1bf1f
6 changed files with 30 additions and 0 deletions
6
drizzle.config.ts
Normal file
6
drizzle.config.ts
Normal file
|
@ -0,0 +1,6 @@
|
|||
import { defineConfig } from 'drizzle-kit';
|
||||
export default defineConfig({
|
||||
dialect: 'sqlite',
|
||||
schema: './src/lib/db/schema/*',
|
||||
out: './static/db/drizzle'
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue