ยฉ 2026 Hedgehog Software, LLC
esnext
tsconfig.json
"compilerOptions": { "target": "esnext", "paths": { "@/*": ["./*"] } }
import { values } from "@/path/to/file"; export const table = sqliteTable("table", { value: text("value", { enum: values })})
$ drizzle-kit generate:sqlite drizzle-kit: v0.19.13 drizzle-orm: v0.28.6 No config path provided, using default 'drizzle.config.ts' Error: Cannot find module '@/path/to/file'; Require stack: - /db/schema.ts