Can't open Drizzle Studio
Hi, I'm using Nextjs with app router with version 14.1.0 and drizzle-orm version ^0.29.3 + drizzle-kit version ^0.20.13
here my drizzle-config.ts (on attachment)
when I type command npx drizzle-kit studio, show error "drizzle.config.json file does not exist"
what's wrong with my configuration file?
4 Replies
Hi, @tjgeni. "here my drizzle-config.ts (on attachment)" Could you check if your file name is "drizzle.config.ts"?
hi @solo .. yeah, file name is same.. ths is my project structure
rename it as
drizzle.config.ts
. It doesn't work because it is drizzle-confgi.ts
ah sorry my bad..
thanks @solo 😁