Can't generate migrations because of top level await
This only recently started happening.Here is my
I know this is probs due to drizzle not fully supporting esm. However I don't understand why async/await is occuring assuming generation happens locally. It doesn't even need to connect to the server, correct?
drizzle.config.json
:I know this is probs due to drizzle not fully supporting esm. However I don't understand why async/await is occuring assuming generation happens locally. It doesn't even need to connect to the server, correct?
1 Reply
tried using a
drizzle.config.ts
instead and its saying kit is not install 😦