Modernize stack (React 19, Vite, Node 24) and add map preview features

This commit is contained in:
(jenkins)
2026-03-16 19:46:08 +00:00
parent c90fc37d0d
commit abae851315
15 changed files with 8729 additions and 28 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
FROM node:18-alpine
FROM node:24-alpine
WORKDIR /app
@@ -13,7 +13,7 @@ COPY . .
EXPOSE 3000
# Set environment variable for API URL
ENV REACT_APP_API_URL=http://localhost:3001/api
ENV VITE_API_URL=http://localhost:3001/api
# Start development server
CMD ["npm", "start"]