install swr
This commit is contained in:
@ -19,6 +19,7 @@
|
||||
"react-repeatable": "^2.0.1",
|
||||
"react-router-dom": "^6.4.5",
|
||||
"react-scripts": "5.0.1",
|
||||
"swr": "^2.0.2",
|
||||
"typescript": "^4.9.4",
|
||||
"use-fit-text": "^2.4.0",
|
||||
"web-vitals": "^2.1.4"
|
||||
@ -30,7 +31,7 @@
|
||||
"eject": "react-scripts eject",
|
||||
"build:local": "env-cmd -f .env.local npm run build",
|
||||
"build:hope-fly": "env-cmd -f .env.hope-fly npm run build",
|
||||
"postbuild:local": "cp ./src/.htaccess ./build && sudo cp -vrRT ./build/. /opt/lampp/htdocs/dog/",
|
||||
"postbuild:local": "cp ./src/.htaccess ./build && cp -vrRT ./build/. /opt/lampp/htdocs/dog/",
|
||||
"postbuild:hope-fly": "cp ./src/.htaccess ./build"
|
||||
},
|
||||
"eslintConfig": {
|
||||
|
||||
Reference in New Issue
Block a user