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