Tilo
Tilo
Explore posts from servers
CDCloudflare Developers
Created by Tilo on 2/19/2024 in #pages-help
Sveltekit does not get the platform variable when processing api request
Thank you for the quick response 🙂
5 replies
CDCloudflare Developers
Created by Tilo on 2/19/2024 in #pages-help
Sveltekit does not get the platform variable when processing api request
so after building start it with wrangler pages dev ./svelte-kit/cloudflare ?
5 replies
TTCTheo's Typesafe Cult
Created by Tilo on 4/19/2023 in #questions
Passing a object with readonly attributes through tRPC
The object is created by a library so nothing much I can do there, I'll probably write some helper functions so I can create something send able, thanks for the help though.
9 replies
TTCTheo's Typesafe Cult
Created by Tilo on 4/19/2023 in #questions
Passing a object with readonly attributes through tRPC
And then send this object
9 replies
TTCTheo's Typesafe Cult
Created by Tilo on 4/19/2023 in #questions
Passing a object with readonly attributes through tRPC
So do I have to manually type out something like ?:
{
id: match.id,
duration: match.duration,
(etc.)
}
{
id: match.id,
duration: match.duration,
(etc.)
}
9 replies