Bennett Cohen

Results 2 comments of Bennett Cohen

@Neptunium1129 did you run into a `ReferenceError: self is not defined` error? I get then in my svelte app when I import it like that

I tried to wrap a promise around it but couldn't get it to work either. Any thoughts? ``` import type { Config } from "drizzle-kit"; import { getDatabaseConnectionString } from...