feat: establish TypeScript-aware frontend tooling

This commit is contained in:
donghyeon-ka
2026-07-26 13:41:23 +09:00
parent 1a1747c737
commit 0fed35586a
41 changed files with 1086 additions and 125 deletions
+2 -2
View File
@@ -10,7 +10,7 @@ const runtime = {
AUTH_MODE: "demo",
},
};
const release = {
const release = /** @type {const} */ ({
schemaVersion: 1,
appVersion: "0.1.0",
buildId: "build-a",
@@ -20,7 +20,7 @@ const release = {
assetManifestHash: "hash-a",
releaseId: "release-a",
builtAt: "2026-07-25T00:00:00Z",
};
});
describe("runtime adapter composition", () => {
it("constructs the local demo seam and infrastructure adapters", async () => {