kysely-org / kysely-ctl

Command-line tool for Kysely
MIT License
46 stars 1 forks source link

Test autocompletion works for `defineConfig`'s `dialect` property. #54

Closed igalklebanov closed 6 days ago

igalklebanov commented 1 week ago

Hey 👋

Changing defineConfig's input type can easily break dialect prop autocompletion in your IDE. I nearly shipped #48 with no autocompletion support. Gotta find a way to test this still works in CI.