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 11:47:11 +02:00
committed by GitHub
parent 60360d2fd2
commit cb67760f71
5 changed files with 66 additions and 6 deletions

View File

@@ -37,7 +37,7 @@
"@rollup/plugin-replace": "5.0.2",
"@rollup/plugin-virtual": "^3.0.1",
"commander": "^10.0.0",
"dotenv": "16.0.3",
"dotenv": "16.3.1",
"esbuild": "0.17.18",
"express": "4.18.2",
"fs-extra": "11.1.0",