mirror of
https://gitlab.silvrtree.co.uk/martind2000/aodb.git
synced 2025-01-10 21:35:07 +00:00
9 lines
129 B
JavaScript
9 lines
129 B
JavaScript
System.config({
|
|
defaultJSExtensions: true,
|
|
paths: {
|
|
"*": "*.js",
|
|
'moment': 'lib/moment.js'
|
|
}
|
|
|
|
});
|