chore: fix module import | add extension
requires extension because no bundler in this package
This commit is contained in:
parent
90cfaca2d8
commit
7d4b49a0e5
6 changed files with 13 additions and 9 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import { pgTable, text } from "drizzle-orm/pg-core";
|
||||
import { timestamps } from "./column.helpers";
|
||||
import { timestamps } from "./column.helpers.ts";
|
||||
|
||||
export const users = pgTable("users", {
|
||||
id: text("id").primaryKey(), // Clerk user ID
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue