We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c46ef22 commit 7ab8225Copy full SHA for 7ab8225
1 file changed
vercel.shell.json
@@ -1,6 +1,12 @@
1
{
2
"$schema": "https://openapi.vercel.sh/vercel.json",
3
"version": 2,
4
+ "build": {
5
+ "env": {
6
+ "MFE_PROJECTA_URL": "https://pro-react-admin-ss8k.vercel.app/remoteEntry.js",
7
+ "MFE_PROJECTB_URL": "https://pro-react-admin-y9h4.vercel.app/remoteEntry.js"
8
+ }
9
+ },
10
"buildCommand": "npm run build:mf:shell",
11
"outputDirectory": "dist-shell",
12
"rewrites": [
0 commit comments