发布

  • [NA] [FE] fix: bypass manifest fetch in dev mode for hot reload (#6110)

    frostbyte_neo 发布于 2026-04-07 16:49:25 +00:00

    • [FE] fix: bypass manifest fetch in dev mode for hot reload support

    In dev mode, skip the manifest fetch entirely and use static asset
    paths without content hashes, so Vite hot reload works correctly
    for the assistant sidebar.

    • [FE] fix: only bypass manifest fetch when DEV_BASE_URL is set

    Only skip the manifest query when both IS_DEV and DEV_BASE_URL are
    true. Without DEV_BASE_URL the backend-resolved manifest should
    still be fetched so the sidebar loads normally in dev.

    下载附件