Coop
Coop
Explore posts from servers
SSolidJS
Created by Coop on 5/26/2024 in #support
Vercel deployment broken
No description
11 replies
SSolidJS
Created by Coop on 5/25/2024 in #support
Layout Help
How do it so a navbar will show up on / /about /help but not on any [404] pages
5 replies
RRailway
Created by Coop on 1/3/2024 in #✋|help
How do I create another environment with completely different services?
I want to create a dev database but it seems like whenever i create another service, it shows up in the production dashboard aswell
5 replies
TtRPC
Created by Coop on 9/15/2023 in #❓-help
Forced router input?
I have a user route which has routes like get, delete, create etc. Some of the routes I require extra data but in all of them, my input contains:
id: z.string()
id: z.string()
I also call this code in all my routes:
const user = await db.query.users.findFirst({
where: eq(users.id, input.id),
})
const user = await db.query.users.findFirst({
where: eq(users.id, input.id),
})
Is there a way to create a wrapper or middleware that implements route logic like .input() but allows for other routes?
5 replies
RRailway
Created by Coop on 7/8/2023 in #✋|help
Help with env variables
69 replies
RRailway
Created by Coop on 3/19/2023 in #✋|help
Build project without dockerizing
Is it possible to build a project without dockerizing it?
17 replies