diff --git a/client/.env b/client/.env index 115bae63..ce6f71f6 100644 --- a/client/.env +++ b/client/.env @@ -1,4 +1,4 @@ REACT_APP_VERSION=1.19.2 -#REACT_APP_SERVER_BASE_URL=https://... -#PUBLIC_URL=https://... -#BASE_URL=/.../ +REACT_APP_SERVER_BASE_URL=http://localhost:1337 +PUBLIC_URL=http://localhost:3000/planka/ +BASE_URL=/planka/ diff --git a/client/package-lock.json b/client/package-lock.json index 99c114b7..b1bb8b24 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -8,6 +8,7 @@ "dependencies": { "@juggle/resize-observer": "^3.4.0", "classnames": "^2.5.1", + "copy-webpack-plugin": "^12.0.2", "date-fns": "^2.30.0", "dequal": "^2.0.3", "easymde": "^2.18.0", @@ -59,7 +60,6 @@ "@testing-library/user-event": "^14.5.2", "babel-preset-airbnb": "^5.0.0", "chai": "^4.4.1", - "copy-webpack-plugin": "^12.0.2", "eslint": "^8.57.0", "eslint-config-airbnb": "^19.0.4", "eslint-plugin-import": "^2.29.1", @@ -4945,7 +4945,6 @@ "version": "2.3.0", "resolved": "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-2.3.0.tgz", "integrity": "sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==", - "dev": true, "engines": { "node": ">=18" }, @@ -8115,7 +8114,6 @@ "version": "12.0.2", "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-12.0.2.tgz", "integrity": "sha512-SNwdBeHyII+rWvee/bTnAYyO8vfVdcSTud4EIb6jcZ8inLeWucJE0DnxXQBjlQ5zlteuuvooGQy3LIyGxhvlOA==", - "dev": true, "dependencies": { "fast-glob": "^3.3.2", "glob-parent": "^6.0.1", @@ -8139,7 +8137,6 @@ "version": "14.0.1", "resolved": "https://registry.npmjs.org/globby/-/globby-14.0.1.tgz", "integrity": "sha512-jOMLD2Z7MAhyG8aJpNOpmziMOP4rPLcc95oQPKXBazW82z+CEgPFBQvEpRUa1KeIMUJo4Wsm+q6uzO/Q/4BksQ==", - "dev": true, "dependencies": { "@sindresorhus/merge-streams": "^2.1.0", "fast-glob": "^3.3.2", @@ -8159,7 +8156,6 @@ "version": "5.0.0", "resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz", "integrity": "sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==", - "dev": true, "engines": { "node": ">=12" }, @@ -8171,7 +8167,6 @@ "version": "5.1.0", "resolved": "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz", "integrity": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==", - "dev": true, "engines": { "node": ">=14.16" }, @@ -26603,7 +26598,6 @@ "version": "0.1.0", "resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.1.0.tgz", "integrity": "sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==", - "dev": true, "engines": { "node": ">=18" }, diff --git a/client/package.json b/client/package.json index 2687620b..1bde53ee 100755 --- a/client/package.json +++ b/client/package.json @@ -61,6 +61,7 @@ "dependencies": { "@juggle/resize-observer": "^3.4.0", "classnames": "^2.5.1", + "copy-webpack-plugin": "^12.0.2", "date-fns": "^2.30.0", "dequal": "^2.0.3", "easymde": "^2.18.0", @@ -112,7 +113,6 @@ "@testing-library/user-event": "^14.5.2", "babel-preset-airbnb": "^5.0.0", "chai": "^4.4.1", - "copy-webpack-plugin": "^12.0.2", "eslint": "^8.57.0", "eslint-config-airbnb": "^19.0.4", "eslint-plugin-import": "^2.29.1", diff --git a/client/public/web.config b/client/public/web.config index 7d5e4b81..ab0cf743 100755 --- a/client/public/web.config +++ b/client/public/web.config @@ -1,17 +1,17 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + +