adicionado port env
This commit is contained in:
parent
f9185953d8
commit
e7c710b1fa
|
@ -0,0 +1,2 @@
|
|||
|
||||
REACT_APP_Port=5000
|
|
@ -1,5 +1,6 @@
|
|||
function App() {
|
||||
const { Container, Row, Col } = ReactBootstrap;
|
||||
const port = V.env.REACT_APP_Port || 8000;
|
||||
return (
|
||||
<Container>
|
||||
<Row>
|
||||
|
|
Loading…
Reference in New Issue