I'm trying to deploy a Leptos project that serves a .wasm bundle for the frontend, and uses wasm on the backend as well. However, I seem to be running into a file size limit for Deno Deploy (or the Deno Deploy github action?).
This is the error I'm getting:
APIError: The deployment failed: Total static file size is too large: 1409974524 bytes (allowed is 1073741824 bytes)
APIError: The deployment failed: Total static file size is too large: 1409974524 bytes (allowed is 1073741824 bytes)
Is there any way of getting around this file size limit?