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