From f45e893bba9ee37a5f794bb6d0caacdb5ba0da14 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 22 Jul 2026 07:35:33 -0400 Subject: [PATCH] feat(desktop): port app shell to Vue 3, replace verification harness Router to vue-router 4 with hash history (custom protocol has no server for path-based deep links). createApp replaces new Vue. The device store is registered on globalProperties so n-link-core templates keep resolving $devices, and also provided via DEVICES_KEY for + + diff --git a/desktop/tailwind.config.js b/desktop/tailwind.config.cjs similarity index 100% rename from desktop/tailwind.config.js rename to desktop/tailwind.config.cjs