fix: add cloud web access route alias
This commit is contained in:
@@ -10,7 +10,7 @@ export const cloudWebDistBuildCommand = "cd web/hwlab-cloud-web && bun run build
|
||||
export const cloudWebDistFreshnessCommand = cloudWebDistBuildCommand;
|
||||
export const cloudWebAppSourceFiles = Object.freeze(["src/main.tsx", "src/App.tsx"]);
|
||||
export const cloudWebDistRuntimeFiles = Object.freeze(["index.html", "app.js", "assets/index.css", "assets/favicon.svg", "help.md"]);
|
||||
export const cloudWebDistAliasFiles = Object.freeze(["gate/index.html", "diagnostics/gate/index.html", "help/index.html", "skills/index.html"]);
|
||||
export const cloudWebDistAliasFiles = Object.freeze(["gate/index.html", "diagnostics/gate/index.html", "help/index.html", "skills/index.html", "access/index.html"]);
|
||||
|
||||
type FreshnessStatus = "pass" | "blocked";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user