-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Report hasn't been filed before.
- I have verified that the bug I'm about to report hasn't been filed before.
What version of drizzle-orm are you using?
0.39.3
What version of drizzle-kit are you using?
0.18.1
Other packages
No response
Describe the Bug
What is the undesired behavior?
Following the set up guide: https://orm.drizzle.team/docs/get-started/neon-new
import 'dotenv/config';
import { defineConfig } from 'drizzle-kit'; // Error: Module '"drizzle-kit"' has no exported member 'defineConfig'.ts(2305)
export default defineConfig({
out: './drizzle',
schema: './src/db/schema.ts',
dialect: 'postgresql',
dbCredentials: {
url: process.env.DATABASE_URL!,
},
});
What is the desired result?
Import defineConfig
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working