feat: complete TechLog Studio publication flow

This commit is contained in:
DongHyeonka
2026-08-16 00:35:11 +09:00
parent 9c6906fc6f
commit c5c8b9423c
60 changed files with 2028 additions and 2948 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ describe("installed route registry", () => {
});
it("allows public routes without consulting a product permission", () => {
expect(decideRouteAccess("APP_HOME", "unauthenticated")).toEqual({
expect(decideRouteAccess("TECH_LOG_HOME", "unauthenticated")).toEqual({
allowed: true,
action: "none",
});