adicionado port env

This commit is contained in:
Thomas Heidrich 2025-03-27 13:50:33 -03:00
parent f9185953d8
commit e7c710b1fa
2 changed files with 3 additions and 0 deletions

2
app/src/static/js/V.env Normal file
View File

@ -0,0 +1,2 @@
REACT_APP_Port=5000

View File

@ -1,5 +1,6 @@
function App() {
const { Container, Row, Col } = ReactBootstrap;
const port = V.env.REACT_APP_Port || 8000;
return (
<Container>
<Row>