mirror of
https://github.com/kiwix/kiwix-js.git
synced 2025-09-07 14:17:55 -04:00
6 lines
67 B
JavaScript
6 lines
67 B
JavaScript
require.config({
|
|
baseUrl: 'js/lib'
|
|
});
|
|
|
|
requirejs(['../app']);
|