mukhtharcm
mukhtharcm
Explore posts from servers
CDCloudflare Developers
Created by mukhtharcm on 11/29/2023 in #general-help
Create a Static Site Hosting Service
Is there any way to create a static site hosting service on top of cloudflare? Like user uploads their website folder, then get's back a url?
2 replies
CDCloudflare Developers
Created by mukhtharcm on 8/13/2023 in #pages-help
ignore packages only on production build
Hi, I'm trying to use Lucia Auth in my SvelteKit application. I want to use better-sqlite3 for local developement and d1 for live deployment. Is there any way to do that? I figured the local part, but when I try to deploy to cf pages, it fails because of the better-sqlite3 dependancey. Is there any way to only install better-sqlite3 in local and ignore it's installation while building for production? I mean, better-sqlite3 uses fs which is not available on cf.
2 replies