style(editor-app): 移除log信息

This commit is contained in:
yhh
2025-11-20 09:51:29 +08:00
parent 0d2948e60c
commit 8b9616837d
15 changed files with 4 additions and 164 deletions

View File

@@ -111,8 +111,6 @@ const userProjectPlugin = () => ({
}
const filePath = path.join(projectPath, relativePath);
console.log('[Vite] Loading file:', id);
console.log('[Vite] Resolved path:', filePath);
if (!fs.existsSync(filePath)) {
throw new Error(`File not found: ${filePath}`);