feat: restructure client-side code

This commit is contained in:
2025-09-04 12:33:17 +02:00
parent edaf9ea94e
commit bbce3cbadf
21 changed files with 854 additions and 20 deletions

View File

@@ -15,4 +15,4 @@ ENV NODE_ENV=production \
EXPOSE 5173
CMD ["node", "server.js"]
CMD ["node", "src/server/index.js"]