lint code

This commit is contained in:
2024-11-26 11:24:46 +01:00
parent a519af23ce
commit a3577431cd
7 changed files with 10 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
import { integer, sqliteTable, text } from 'drizzle-orm/sqlite-core'
import { sql } from 'drizzle-orm'
import {integer, sqliteTable, text} from 'drizzle-orm/sqlite-core'
export const posts = sqliteTable('posts', {
slug: text('slug').primaryKey(),