TheOneThatPlaysTooMuch
TheOneThatPlaysTooMuch
Explore posts from servers
DDeno
Created by TheOneThatPlaysTooMuch on 1/29/2025 in #help
Problem with my api route
I created a dummy login api route under 'routes/api/login.ts' and when I call fetch on the url like so:
fetch("/api/login")
fetch("/api/login")
it fails because that's an 'invalid route'
4 replies
KPCKevin Powell - Community
Created by TheOneThatPlaysTooMuch on 11/2/2024 in #front-end
Astro bun not fun
When I do bunx create-astro@latest my-app-using-bun straight from the docs, with or without @latest, with bun installed properly as I can run bun --version,I get the same error: "script not found: create astro" something like that.
1 replies
KPCKevin Powell - Community
Created by TheOneThatPlaysTooMuch on 10/25/2024 in #front-end
Astro components
Is it possible to pass complex objects into astro components as props?
4 replies
KPCKevin Powell - Community
Created by TheOneThatPlaysTooMuch on 10/19/2024 in #back-end
Backend
How do I make it? How do I connect it to my front-end? I'm new.
2 replies
KPCKevin Powell - Community
Created by TheOneThatPlaysTooMuch on 10/19/2024 in #front-end
Css grid
How do I make elements in a display grid not fill up their cells completely? (And use intrinsic sizing instead)
3 replies