🎨 Improve code readability by reformatting and updating function definitions and comments

This commit is contained in:
2026-01-28 18:18:55 +00:00
parent 1944b43af8
commit a24f766e37
154 changed files with 7261 additions and 117 deletions

View File

@@ -4,8 +4,8 @@ FROM nginx:alpine
# Copy pre-built assets to nginx html directory
COPY dist /usr/share/nginx/html
# Copy nginx configuration if needed
# COPY nginx.conf /etc/nginx/conf.d/default.conf
# Copy nginx configuration with API proxy for CORS
COPY nginx.conf /etc/nginx/conf.d/default.conf
# Expose both HTTP and HTTPS ports
EXPOSE 80 443