Skip to content

pantoken / plugins/vite/workspace-orchestrator/src / FileServerEntry

介面: FileServerEntry

實驗性

一個靜態檔案服務中介軟體條目。

屬性

mountPath

mountPath: string

實驗性

掛載此中介軟體的 URL 路徑前綴,例如 "/styles/apps"


serveDir

serveDir: string

實驗性

用於提供檔案的本地目錄。


extension

extension: string

實驗性

僅提供 URL 路徑以此副檔名結尾的檔案,例如 ".css"


contentType

contentType: string

實驗性

Content-Type 回應標頭的值。


pathTransform?

optional pathTransform?: (urlRelativePath) => string

實驗性

在相對於 URL 的路徑對 serveDir 進行解析之前,可選套用的轉換,例如 (p) => p.replace(//([^/]+)\.css$/, "/$1/app.css")

參數

urlRelativePath

string

回傳

string