CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
web-shell-resolver.d.ts12 linesDownload Raw Back to serve
1/**2 * @license3 * Copyright 2025 Qwen Team4 * SPDX-License-Identifier: Apache-2.05 */6/**7 * Locate the built Web Shell assets directory (the one containing8 * `index.html` + `assets/`). Returns `undefined` when the assets are not9 * present so serve can degrade to API-only instead of crashing.10 */11export declare function resolveWebShellDir(): string | undefined;12 
basant307/AI_Governance_Project · CoolFace