UNPKG

@oleksiiteplenko/tt

Version:

CLI tool for tracking time on projects.

12 lines (10 loc) 235 B
import { defineConfig } from 'drizzle-kit'; import { dbPath } from './src/utils/dbPath'; export default defineConfig({ out: './drizzle', schema: './src/schema.ts', dialect: 'sqlite', dbCredentials: { url: dbPath, }, });