"homepage": "/subdir/"

master
Tudor Stanciu 2020-05-01 03:53:23 +03:00
parent 54fc0c9d32
commit 357235a366
3 changed files with 4 additions and 3 deletions

2
.env
View File

@ -1,3 +1 @@
PUBLIC_URL=http://127.0.0.1/play-nine
PORT=3006
REACT_APP_TEST_KEY = '!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!'

2
Notes
View File

@ -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

View File

@ -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",