Dashboard › opencode-lore › vitest.config.ts alias scope
01a0a737-5781-782d-b022-0f0d7f35ba69Trap: placing workspace source aliases under test.resolve.alias looks natural because they affect tests, but Vitest ignores that location and may resolve stale dist artifacts, masking current-source failures. Fix: define resolve.alias at the top level of vitest.config.ts so @loreai/core and @loreai/gateway resolve to their source trees.