Juraj Rak

Results 2 issues of Juraj Rak

Localy works, but when deploying on Render. db.js: ``` let dotenv = require('dotenv').config() const { createClient } = require('@libsql/client') const { drizzle } = require('drizzle-orm/libsql') const client = createClient({ url:...

I tried to deploy app with docker to koyeb and render and failed with same error: any ideas? thx at /app/node_modules/libsql/index.js:42:23 at globalThis (/app/node_modules/libsql/index.js:336:29) 37 | statementRun, 38 | statementRowsSync,...