Fix missing end of file chars (#1106)

Signed-off-by: Abolfazl Shahbazi <12436063+ashahba@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
Abolfazl Shahbazi
2024-11-13 09:40:53 -08:00
committed by GitHub
parent 393367e9f1
commit b5f95f735e
104 changed files with 104 additions and 104 deletions

View File

@@ -23,4 +23,4 @@ RUN npm run build
EXPOSE 5173
# Run the front-end application in preview mode
CMD ["npm", "run", "preview", "--", "--port", "5173", "--host", "0.0.0.0"]
CMD ["npm", "run", "preview", "--", "--port", "5173", "--host", "0.0.0.0"]

View File

@@ -18,4 +18,4 @@ COPY --from=vite-app /usr/app/react/dist /usr/share/nginx/html
COPY ./react/env.sh /docker-entrypoint.d/env.sh
COPY ./react/nginx.conf /etc/nginx/conf.d/default.conf
RUN chmod +x /docker-entrypoint.d/env.sh
RUN chmod +x /docker-entrypoint.d/env.sh

View File

@@ -1 +1 @@
VITE_CODE_GEN_URL=http://ip_address:7778/v1/codegen
VITE_CODE_GEN_URL=http://ip_address:7778/v1/codegen

View File

@@ -1 +1 @@
VITE_CODE_GEN_URL=APP_CODE_GEN_URL
VITE_CODE_GEN_URL=APP_CODE_GEN_URL

View File

@@ -17,4 +17,4 @@ server {
expires 1d;
}
}
}
}

View File

@@ -49,4 +49,4 @@ const CodeRender = ({ cleanCode, language, inline }:CodeRenderProps) => {
}
export default CodeRender;
export default CodeRender;

View File

@@ -59,4 +59,4 @@ const Markdown = ({ content }: MarkdownProps) => {
/>)
}
export default Markdown;
export default Markdown;

View File

@@ -10,4 +10,4 @@
}
}
]
}
}

View File

@@ -113,4 +113,4 @@ a.btn {
.w-12\/12 {
width: 100%
}
}