fix: use distroless and fix build
This commit is contained in:
parent
71f130ede5
commit
73f0a0d273
7 changed files with 32 additions and 28 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import { mkdir } from 'node:fs/promises';
|
||||
import { dirname, resolve } from 'node:path';
|
||||
import { drizzle } from 'drizzle-orm/libsql';
|
||||
import { migrate } from 'drizzle-orm/libsql/migrator';
|
||||
import { drizzle } from 'drizzle-orm/libsql/sqlite3';
|
||||
import log from '~/utils/log';
|
||||
|
||||
export async function createDbClient(path: string) {
|
||||
Loading…
Add table
Add a link
Reference in a new issue