feat: v1 prototype — core game systems #30

Merged
naomi merged 84 commits from feat/prototype into main 2026-03-08 15:53:39 -07:00
Showing only changes of commit e17278d5f2 - Show all commits
+1 -1
View File
@@ -13,7 +13,7 @@ import type { AboutResponse, GiteaRelease } from "@elysium/types";
/* v8 ignore next -- @preserve */
const apiVersion = process.env.npm_package_version ?? "unknown";
const giteaReleasesUrl = "https://git.nhcarrigan.com/api/v1/repos/nhcarrigan-ideation/elysium/releases";
const giteaReleasesUrl = "https://git.nhcarrigan.com/api/v1/repos/nhcarrigan/elysium/releases";
const cacheTtlMs = 5 * 60 * 1000;
interface ReleasesCache {