Add Watchtower, fix main component import and update docs
Some checks failed
Build and Publish Docker Image / build (push) Has been cancelled

This commit is contained in:
2026-02-15 20:22:59 +01:00
parent 9272bd9c7d
commit 00063ad57b
3 changed files with 22 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
<script setup>
import main from './components/main.vue'
import Main from './components/main.vue'
</script>
<template>