| 21 Dec 2023 |
peter-lustig | for multiple deployment methods | 16:29:41 |
Lily Foster | In reply to @whentze:matrix.org is it really fine to have the github oauth secret in the frontend? 😅 that's what i'm hoping is not happening. but without more of the code, i can't tell | 16:29:52 |
peter-lustig | In reply to @whentze:matrix.org is it really fine to have the github oauth secret in the frontend? 😅 that never happens sveltekit errors out when you try to do that | 16:29:57 |
Wanja Hentze | oh cool | 16:30:06 |
peter-lustig | https://kit.svelte.dev/docs/server-only-modules#how-it-works | 16:31:07 |
Lily Foster | yeah but sure pre-rendering wouldn't matter for server-only modules, right? | 16:32:13 |
Lily Foster | * yeah but surely pre-rendering wouldn't matter for server-only modules, right? | 16:32:16 |
Lily Foster | unless it's getting propagated to the client somehow? idk i don't know much svelte | 16:32:33 |
peter-lustig | In reply to @lily:lily.flowers unless it's getting propagated to the client somehow? idk i don't know much svelte yeah it is | 16:33:12 |
peter-lustig | there is always a server route and a client route and you pass data from server to client | 16:33:25 |
peter-lustig | but yeah i guess you cannot help me here because you know not muc habout sveltekit | 16:34:43 |