Skip to content

Commit 52e1aeb

Browse files
committed
Use subpath for debug tools
1 parent 086ac12 commit 52e1aeb

File tree

7 files changed

+1
-3489
lines changed

7 files changed

+1
-3489
lines changed

src/js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import { updateTabList } from "./utils/updateTabList.js";
1818
import * as THREE from "three";
1919
import NotificationManager from "./utils/notifications.js";
2020

21-
import("./msp/msp_debug_tools.js")
21+
import("./msp/debug/msp_debug_tools.js")
2222
.then(() => {
2323
console.log("🔧 MSP Debug Tools loaded for development environment");
2424
console.log("• Press Ctrl+Shift+M to toggle debug dashboard");

src/js/msp/MSP_DEBUG_README.md

Lines changed: 0 additions & 359 deletions
This file was deleted.

0 commit comments

Comments
 (0)