[DRIZZLE KIT] Cannot convert undefined or null to object

[1] No config path provided, using default 'drizzle.config.ts'
[1] Reading config file '/workspaces/drizzle.config.ts'
[1] Cannot convert undefined or null to object
[1] tsx node_modules/drizzle-kit/bin.cjs studio exited with code 1


Any idea what this error is about? I don't have an issue with the client, just drizzle-kit

if it helps, this is my drizzle dependencies
    "drizzle-kit": "^0.31.0",
        "drizzle-orm": "^0.44.2",
    "drizzle-seed": "^0.3.1",
    "drizzle-zod": "0.8.2",


And im running the studio like so: "dev": "concurrently \"vite dev --host --clearScreen\" \"tsx node_modules/drizzle-kit/bin.cjs studio\"",
Was this page helpful?