vue3 version of frontend

This commit is contained in:
2026-05-05 22:03:56 +02:00
parent 9891a03982
commit 71d341c9f3
37 changed files with 2592 additions and 6815 deletions
+2 -2
View File
@@ -7,6 +7,6 @@ RUN npm install
COPY . .
EXPOSE 4321
EXPOSE 5173
CMD ["npm", "run", "dev", "--", "--host"]
CMD ["npm", "run", "dev"]