fix(admin,admin-ui): copy public folder as part of admin build (#5057)

**What**
- Copies `/public` folder into Admin build
- Updates the version of `dotenv` to match the version used in other Medusa dependencies. This will prevent errors when trying to link the `admin` package into a local repository for testing.
This commit is contained in:
Kasper Fabricius Kristensen
2023-09-15 09:47:11 +00:00
committed by GitHub
parent 60360d2fd2
commit cb67760f71
5 changed files with 66 additions and 6 deletions
+1
View File
@@ -59,6 +59,7 @@
"chokidar": "^3.5.3",
"clsx": "^1.2.1",
"copy-to-clipboard": "^3.3.1",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.1",
"emoji-picker-react": "^4.4.3",
"framer-motion": "^9.1.6",