@necrolab/dashboard 0.4.220 → 0.4.221

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@necrolab/dashboard",
3
- "version": "0.4.220",
3
+ "version": "0.4.221",
4
4
  "scripts": {
5
5
  "build": "npx workbox-cli generateSW workbox-config.js && vite build",
6
6
  "dev": "vite",
@@ -130,8 +130,6 @@ import { sortAlphaNum } from "@/stores/utils";
130
130
 
131
131
  import { useUIStore } from "@/stores/ui";
132
132
 
133
- const DEBUG = window.location.href.startsWith("http://localhost:5173");
134
-
135
133
  const ui = useUIStore();
136
134
 
137
135
  const $autoscroll = ref(null);