Compare commits
2 Commits
v0.0.25020
...
v0.0.25020
| Author | SHA1 | Date | |
|---|---|---|---|
| 5b5500f6ac | |||
| 88ab3f9b33 |
2
.env
2
.env
@@ -1,2 +1,2 @@
|
||||
SKIP_PREFLIGHT_CHECK=true
|
||||
REACT_APP_API_URL=http://127.0.0.1:8000
|
||||
REACT_APP_API_URL=https://api.mines.makecodes.dev
|
||||
|
||||
@@ -4,7 +4,7 @@ WORKDIR /app
|
||||
|
||||
COPY package*.json /app/
|
||||
|
||||
RUN npm install
|
||||
RUN npm ci
|
||||
|
||||
COPY ./ /app/
|
||||
|
||||
|
||||
@@ -71,7 +71,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"start": "node scripts/start.js",
|
||||
"build": "REACT_APP_API_URL=https://minesapi.makecodes.dev node scripts/build.js",
|
||||
"build": "REACT_APP_API_URL=https://api.mines.makecodes.dev node scripts/build.js",
|
||||
"test": "node scripts/test.js"
|
||||
},
|
||||
"eslintConfig": {
|
||||
|
||||
Reference in New Issue
Block a user