cdegrel
Explore posts from serversCDCloudflare Developers
•Created by cdegrel on 10/5/2024 in #workers-help
Use PGLite with Wrangler for local development
Hi everyone,
For context, I develop an API with HonoJS and Drizzle.
For my local development, I'd like to use PGLite. Database migration works perfectly, I can use Drizzle Studio to see this.
However, when I make a query, I already have this error:
Is it possible to use PGLite with wrangler? If anyone can help me with this 🙂
3 replies
Multiple build
Hi,
Currently I have a SolidStart application with two different builds, one for
SSR
renderer hosted on Vercel and another for Static
renderer to build an app with Capacitor.
I would like to know what would be the best approach through an npm
script to build either application, knowing that I have environment variables that differ.
Should I create two app.config files or pass variables in config?
Thank you in advance for your help, I am not much closer to being able to deploy7 replies