mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 20:35:24 +01:00
0f180756ab
- Restructuring & co
7 lines
107 B
JavaScript
7 lines
107 B
JavaScript
require.config({
|
|
baseUrl: '/public/js',
|
|
waitSeconds: 10,
|
|
paths: {
|
|
async: '/public/vendor/async'
|
|
}
|
|
}); |