mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-25 14:25:45 +01:00
7 lines
143 B
JavaScript
7 lines
143 B
JavaScript
require.config({
|
|
baseUrl: document.baseURI + 'public/js',
|
|
waitSeconds: 10,
|
|
paths: {
|
|
async: document.baseURI + 'public/vendor/async'
|
|
}
|
|
}); |