chore: fix module import | add extension

requires extension because no bundler in this package
This commit is contained in:
afiqzudinhadi 2025-07-10 22:59:00 +08:00
parent 90cfaca2d8
commit 7d4b49a0e5
6 changed files with 13 additions and 9 deletions

View file

@ -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