14 lines
248 B
JavaScript
14 lines
248 B
JavaScript
'use strict';
|
|
|
|
module.exports = {
|
|
options: {
|
|
basePath: '<%= accountant.frontend.src %>',
|
|
baseUrl: ''
|
|
},
|
|
index: {
|
|
files: {
|
|
'<%= accountant.frontend.src %>/index.html': '<%= accountant.frontend.src %>/index.html'
|
|
}
|
|
}
|
|
};
|