Lint code

This commit is contained in:
2024-11-26 11:37:09 +01:00
parent 5bfd91758e
commit d99a1d6b94
4 changed files with 11 additions and 11 deletions

View File

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