Compare commits
2 Commits
v0.0.25020
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 3d7e0e87c2 | |||
| 5b5500f6ac |
2
.env
2
.env
@@ -1,2 +1,2 @@
|
|||||||
SKIP_PREFLIGHT_CHECK=true
|
SKIP_PREFLIGHT_CHECK=true
|
||||||
REACT_APP_API_URL=http://127.0.0.1:8000
|
REACT_APP_API_URL=http://localhost:7788
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ WORKDIR /app
|
|||||||
|
|
||||||
COPY package*.json /app/
|
COPY package*.json /app/
|
||||||
|
|
||||||
RUN npm install
|
RUN npm ci
|
||||||
|
|
||||||
COPY ./ /app/
|
COPY ./ /app/
|
||||||
|
|
||||||
|
|||||||
@@ -121,7 +121,6 @@ function App() {
|
|||||||
|
|
||||||
const incrementElapsedTime = () => {
|
const incrementElapsedTime = () => {
|
||||||
elapsed += 1;
|
elapsed += 1;
|
||||||
console.log(elapsedTime, elapsed);
|
|
||||||
setElapsedTime(elapsed);
|
setElapsedTime(elapsed);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user