fork

Results 3 comments of fork

This is what helped for us. We disabled built-in `flyTo` and handled ourselves using the center of the result from geocoder. Works with `naturalEarth`. ```javascript var geocoder = new MapboxGeocoder({...

`bunx drizzle-kit studio` seems to be working for me on latest `drizzle-kit` and `bun` with following config. ``` { "dialect": "sqlite", "schema": "./data/schema.js", "out": "./drizzle", "dbCredentials": { "url": "file:./data/db.sqlite" },...

I get that with `drizzle-kit studio` command @doroved, but with `bun drizzle-kit studio` or `bunx drizzle-kit studio` it's working.