Hermes Agent多机编排:构建跨平台分布式开发执行层
2026/9/10 4:12:33
import{defineConfig}from"vite";import{fileURLToPath,URL}from"node:url";...// https://vite.dev/config/exportdefaultdefineConfig({base:"./",plugins:[...],resolve:{alias:{"@":fileURLToPath(newURL("./src",import.meta.url)),},},});{"compilerOptions":{"paths":{"@/*":["./src/*"]},...}}