Add D455 sensor host and shared Node/Core preparation surface

This commit is contained in:
DCCONSTRUCTIONS
2026-09-05 22:27:07 +03:00
parent 3616acc648
commit b1aaa40508
41 changed files with 2293 additions and 19 deletions
+1 -1
View File
@@ -3,5 +3,5 @@ import { defineConfig } from "vite";
export default defineConfig({
// Design Guideline packages are linked during development. Their own React
// must never become a second hook dispatcher in the portable production bundle.
resolve: { dedupe: ["react", "react-dom"] },
resolve: { dedupe: ["react", "react-dom", "@nodedc/ui-react"] },
});