blob: 14cba3a5c143aa006970706ebb511dbb106d5ca6 [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=',
handbookPath: 'http://localhost/echarts-website/handbook/${lang}/',
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')
};