mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-22 00:00:42 +01:00
7 lines
107 B
JavaScript
7 lines
107 B
JavaScript
|
require.config({
|
||
|
baseUrl: '/public/js',
|
||
|
waitSeconds: 10,
|
||
|
paths: {
|
||
|
async: '/public/vendor/async'
|
||
|
}
|
||
|
});
|