|
46 | 46 | "@profcomff/services-webapp": "http://localhost:9003/js/app.js", |
47 | 47 | "@profcomff/devtools-webapp": "http://localhost:9005/js/app.js", |
48 | 48 | "@profcomff/local": "http://localhost:8080/js/app.js", |
49 | | - "@profcomff/toolbar-element": "http://localhost:9004/js/app.js" |
| 49 | + "@profcomff/toolbar-element": "http://localhost:9004/js/app.js", |
| 50 | + "@profcomff/auth": "http://localhost:9006/js/app.js" |
50 | 51 | } |
51 | 52 | } |
52 | 53 | <% } %> |
|
61 | 62 | "@profcomff/timetable-webapp": "https://timetable.ui.test.profcomff.com/js/app.js", |
62 | 63 | "@profcomff/services-webapp": "https://services.ui.test.profcomff.com/js/app.js", |
63 | 64 | "@profcomff/devtools-webapp": "https://devtools.ui.test.profcomff.com/js/app.js", |
64 | | - "@profcomff/toolbar-element": "https://toolbar.ui.test.profcomff.com/js/app.js" |
| 65 | + "@profcomff/toolbar-element": "https://toolbar.ui.test.profcomff.com/js/app.js", |
| 66 | + "@profcomff/auth-webapp": "https://auth.ui.test.profcomff.com/js/app.js" |
65 | 67 | } |
66 | 68 | } |
67 | 69 | <% } %> |
|
76 | 78 | "@profcomff/timetable-webapp": "https://timetable.ui.profcomff.com/js/app.js", |
77 | 79 | "@profcomff/services-webapp": "https://services.ui.profcomff.com/js/app.js", |
78 | 80 | "@profcomff/devtools-webapp": "https://devtools.ui.profcomff.com/js/app.js", |
79 | | - "@profcomff/toolbar-element": "https://toolbar.ui.test.profcomff.com/js/app.js" |
| 81 | + "@profcomff/toolbar-element": "https://toolbar.ui.profcomff.com/js/app.js", |
| 82 | + "@profcomff/auth-webapp": "https://auth.ui.profcomff.com/js/app.js" |
80 | 83 | } |
81 | 84 | } |
82 | 85 | <% } %> |
|
130 | 133 | </head> |
131 | 134 | <body> |
132 | 135 | <noscript> You need to enable JavaScript to run this app. </noscript> |
133 | | - <script> |
| 136 | + <script defer> |
134 | 137 | System.firstGlobalProp = true; |
135 | 138 | System.set(System.resolve('vue'), window.Vue); |
136 | 139 | System.set(System.resolve('vue-router'), window.VueRouter); |
|
0 commit comments