improve error reporting, ajax form upload

This commit is contained in:
daniel-j
2024-07-21 11:57:18 +02:00
parent 990fac9266
commit 4f28d87f9c
6 changed files with 1235 additions and 273 deletions

View File

@@ -1,4 +1,4 @@
FROM node:20-alpine
FROM node:22-alpine
# Create app directory
WORKDIR /usr/src/app