From ea32676df92b3a53042912304fbbe9906565e4d1 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 14 Nov 2025 15:45:26 +0000 Subject: [PATCH] Update component files and add serve script - Update App.vue and CameraModule.vue with testing updates - Update package.json with test dependencies - Add serve-dist.mjs for local testing --- client/src/App.vue | 2 +- client/src/components/CameraModule.vue | 8 ++++---- package.json | 3 +++ serve-dist.mjs | 21 +++++++++++++++++++++ 4 files changed, 29 insertions(+), 5 deletions(-) create mode 100644 serve-dist.mjs diff --git a/client/src/App.vue b/client/src/App.vue index 85d333f..9a781b7 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -255,7 +255,7 @@ onMounted(async () => {