fix(mindspace): refresh published HTML after workspace sync
Keep online publication snapshots aligned when public/*.html changes, default static page binds to public access with MindSpace delivery URLs, and split browser-safe workspace helpers out of the Vite import chain. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -2,7 +2,7 @@ import { buildMindSpacePageSaveInstructions } from './mindspace-page-patch.mjs';
|
||||
import {
|
||||
buildSelectedAssetDeleteInstructions,
|
||||
buildSelectedAssetReadInstructions,
|
||||
} from './mindspace-asset-agent.mjs';
|
||||
} from './mindspace-asset-agent-instructions.mjs';
|
||||
|
||||
const VIEW_LABELS = {
|
||||
home: '空间首页',
|
||||
|
||||
Reference in New Issue
Block a user