hack imports of wasm due to the issues in Vite and Next.js build systems

This commit is contained in:
Nikita Sivukhin
2025-09-11 13:25:01 +04:00
parent ae3c1fc2a6
commit b086cba669
44 changed files with 25817 additions and 484 deletions

View File

@@ -1,5 +1,5 @@
import { expect, test, afterEach } from 'vitest'
import { connect } from './promise.js'
import { connect } from './promise-default.js'
test('in-memory db', async () => {
const db = await connect(":memory:");