OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openproject/frontend/src/main.ts

7 lines
125 B

7 years ago
(window as any).global = window;
7 years ago
require('./app/init-vendors');
require('./app/init-globals');
7 years ago
require('./app/bootstrap');