mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-22 08:36:33 +03:00
10 lines
186 B
JavaScript
10 lines
186 B
JavaScript
module.exports = {
|
|
source: 'lib/**/*.js',
|
|
html: 'lib/**/*.html',
|
|
css: 'lib/**/*.css',
|
|
sourceEntryPoint: 'lib/index.js',
|
|
output: 'dist/',
|
|
tmp: '.tmp/',
|
|
demo: 'demo/**/*'
|
|
};
|