"homepage": "/subdir/"
parent
54fc0c9d32
commit
357235a366
2
.env
2
.env
|
@ -1,3 +1 @@
|
||||||
PUBLIC_URL=http://127.0.0.1/play-nine
|
|
||||||
PORT=3006
|
PORT=3006
|
||||||
REACT_APP_TEST_KEY = '!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!'
|
|
2
Notes
2
Notes
|
@ -1,4 +1,6 @@
|
||||||
Test env variable:
|
Test env variable:
|
||||||
console.log(process.env.REACT_APP_TEST_KEY);
|
console.log(process.env.REACT_APP_TEST_KEY);
|
||||||
|
|
||||||
|
PUBLIC_URL=http://127.0.0.1/play-nine
|
||||||
|
|
||||||
Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted
|
Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted
|
|
@ -2,6 +2,7 @@
|
||||||
"name": "play-nine",
|
"name": "play-nine",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
"homepage": "/subdir/",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@testing-library/jest-dom": "^4.2.4",
|
"@testing-library/jest-dom": "^4.2.4",
|
||||||
"@testing-library/react": "^9.5.0",
|
"@testing-library/react": "^9.5.0",
|
||||||
|
|
Loading…
Reference in New Issue