feat: fetch builds logs for Railway on startup

This commit is contained in:
2025-08-20 17:31:02 -05:00
parent 8431290ea7
commit d20f298da5
6 changed files with 732 additions and 85 deletions

View File

@@ -130,7 +130,7 @@ export default function DownloadButton({
<MenuItem>
<a
className="group flex w-full items-center gap-2 rounded-lg py-1.5 px-2 data-[focus]:bg-white/10"
href={buildLog}
href={buildLog.startsWith('/') ? withBackend(buildLog) : buildLog}
target="_blank"
>
<BeakerIcon className="size-4 fill-white/40" />