console/app/web/config/config.prod.js

7 lines
109 B
JavaScript

export default {
outputPath: '../public',
manifest: {
fileName: '../../config/manifest.json',
}
};