We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a1b79f commit 9d1171bCopy full SHA for 9d1171b
1 file changed
projects/shell/src/environments/environment.ts
@@ -1,4 +1,5 @@
1
export const environment = {
2
production: false,
3
- vueRemoteEntry: 'http://localhost:4202/assets/remoteEntry.js',
+ vueRemoteEntry: '/mfe-angular/template-editor/assets/remoteEntry.js',
4
+ // vueRemoteEntry: 'http://localhost:4202/assets/remoteEntry.js',
5
};
0 commit comments