feat: add vLLm management by zhengkunwang223 · Pull Request #12128 · 1Panel-dev/1Panel
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Avoid hard-importing missing vLLM xpack view
@/xpack/views/vllm/index.vue is imported directly here, but this repository has no matching file (rg --files | rg xpack/views/vllm/index.vue returns nothing). In the community build this makes Vite fail module resolution at compile time, so the frontend cannot build after this commit. Existing optional xpack pages in this codebase use import.meta.glob(...) with a fallback specifically to avoid this failure mode when xpack sources are absent.
Useful? React with 👍 / 👎.