Stupendously Stupid

Results 2 issues of Stupendously Stupid

### config ``` jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: node-version: 12 - run: npm ci - name: Build CSS run: npm run build -...

![image](https://github.com/kysely-org/kysely-postgres-js/assets/30064028/df1a9d1a-95b2-4296-bb4f-bde76e42f2c8) ![image](https://github.com/kysely-org/kysely-postgres-js/assets/30064028/3422f25e-f2b1-46f8-a7a2-60af2a9114de) ## Spec Runtime: **Deno** Database Provider: **Neon** ### Reproduce: I run into this error when I try to migrate. ## Code deno.json ```json { "imports": { "db/": "./src/db/",...