diff --git a/ui/.gitignore b/ui/.gitignore
index 403adbc..7836f2f 100644
--- a/ui/.gitignore
+++ b/ui/.gitignore
@@ -15,7 +15,7 @@ pnpm-debug.log*
# Editor directories and files
.idea
-.vscode
+# .vscode
*.suo
*.ntvs*
*.njsproj
diff --git a/ui/.vscode/tasks.json b/ui/.vscode/tasks.json
index d6c42e7..819e029 100644
--- a/ui/.vscode/tasks.json
+++ b/ui/.vscode/tasks.json
@@ -9,6 +9,15 @@
"ui"
],
"problemMatcher": []
+ },
+ {
+ "label": "Vue Serve",
+ "type": "shell",
+ "command": "vue",
+ "args": [
+ "serve"
+ ],
+ "problemMatcher": []
}
]
}
\ No newline at end of file
diff --git a/ui/src/components/Clock.vue b/ui/src/components/Clock.vue
index a0e3611..a2a2dc1 100644
--- a/ui/src/components/Clock.vue
+++ b/ui/src/components/Clock.vue
@@ -1,5 +1,5 @@
- {{ formatted }}
+ {{ formatted }}