kewp
kewp
DDeno
Created by kewp on 3/31/2024 in #help
value too large in kv (30kb)
I'm getting a value too large error when setting a value in KV (on deploy) even though the value is small (around 30kb). Any idea why this might happen?
2 replies
DDeno
Created by kewp on 2/25/2024 in #help
Testing API server
I'm trying to setup an API server using deno and am trying to figure out what the canonical way of testing it might be. I'd like to run the server and then run tests against it - I'm assuming you do something like Deno.Command to start the server? I'd like a script I can run like test.sh that will spawn the server, run tests against it, and then watch for any changes between the two ... Any examples of this in the codebase / online?
7 replies