blob: 85956483f01d0e6bc5afc392b8641ed0437d02a8 [file] [log] [blame]
const path = require('path');
module.exports = {
galleryViewPath: 'http://localhost/incubator-echarts-website/examples/en/view.html?c=',
galleryEditorPath: 'http://localhost/incubator-echarts-website/examples/en/editor.html?c=',
websitePath: './',
imagePath: 'asset/img/',
gl: {
imagePath: 'asset/gl/img/'
},
releaseDestDir: path.resolve(__dirname, '../public'),
ecWWWGeneratedDir: path.resolve(__dirname, '../../echarts-www/_generated')
};