superflare icon indicating copy to clipboard operation
superflare copied to clipboard

A full-stack toolkit for Cloudflare Workers.

Results 18 superflare issues
Sort by recently updated
recently updated
newest added

I cannot find `acceptWebsocket` anywhere in the source code. Does that mean superflare currently doesn't use Hibernation API for Websocket and durable objects?

I just stumbled on Superflare and would like to explore integrating it with SolidStart, a new meta-framework that might work nicely with Superflare. Are there any instructions or outlines available...

Hi! just came across this library and I think it's awesome. I've been using Cloudflare workers for a while now and this is what I was using for integrating login...

I got this error when publishing the project created with superflare cli. ```bash Uncaught Error: No such module "__STATIC_CONTENT_MANIFEST". imported from "worker.js" [code: 10021] ``` Reference from [here](https://github.com/jplhomer/superflare/blob/main/apps/site/wrangler.json)

Running `npx superflare@latest new` -> `Database Models, Scheduled Tasks`-> `npm install --legacy-peer-deps`-> `npx superflare migrate` -> `npm run dev` or `npx superflare dev` yields the following error on opening the...

This is in response to https://github.com/jplhomer/superflare/pull/36 First PR so please bear with me @jplhomer! This feels like it's been way "simpler" than I was expecting so I feel I'm almost...

Currently the ModelInstance interface expects a field "id" that is a number. this may not be the case, for example if using UUIDs as ids, instead of numbers. additionally, when...

This PR: * updates the superflare/remix package + remix template + docs site to work with remix v2 and the vite compiler (based on the official [cloudflare workers template](https://github.com/remix-run/remix/tree/main/templates/cloudflare-workers)) *...