magic dima
magic dima
Sorry @anthonyjb I don't understand your question.
Did you mean a browser dialog box? 
What about a simple notifications with close button or without button? Like so:  In some cases a ok / close / cancel click...
@Schniz hi, I believe that this page https://cmd-ts.vercel.app/parsers/flags.html or the whole docs site is out of sync with this repo `/docs` directory
> ``` > node_modules/@metaplex-foundation/beet/dist/types/src/types.d.ts:194:81 - error TS2677: A type predicate's type must be assignable to its parameter's type. > Type 'FixedSizeBeet' is not assignable to type 'Beet'. > Type 'ScalarFixedSizeBeet'...
@crysfel cool, how can I join?
What works 🚀 🦀 Configure ASSETS binding to bypass `/__scheduled` to the worker. ```json "assets": { "binding": "ASSETS", "directory": "./dist/", "not_found_handling": "single-page-application", "run_worker_first": ["/__scheduled", "/api/*", "!/api/docs/*"], }, ``` Run vite...