sveltekit-modal icon indicating copy to clipboard operation
sveltekit-modal copied to clipboard

Write Python endpoints in SvelteKit using Modal

Results 3 sveltekit-modal issues
Sort by recently updated
recently updated
newest added

Change 1: In the file `node_modules/sveltekit-modal/esm/src/vite/sveltekit_modal/src/app.py` Remove `@stub.asgi_app()` Replace with `@modal.asgi_app()` // and of course import modal Change 2: In the file `node_modules/sveltekit-modal/esm/src/vite/sveltekit_modal/src/serve.py` Remove `run_serve_loop('sveltekit_modal.app', stdout=Logger(sys.stdout), show_progress=True)` Replace with `serve_stub(stub_ref='sveltekit_modal.app',...

Deploying modal got the following error: ![image](https://github.com/semicognitive/sveltekit-modal-langchain/assets/1573/ea2c8117-89e6-4721-9c30-7efede1ec05e) Client side I got this: ![image](https://github.com/semicognitive/sveltekit-modal-langchain/assets/1573/a6375c39-1d61-494d-9fe0-324c88790640)

Keep getting various different python errors when trying different combinations of `modal-client` versions with `sveltekit-modal`, ranging from `Cannot find requirements.txt` to `No module named 'modal._live_reload'`. Seems like this lib hasn't...