const path = require('path'); module.exports = { uploads: path.resolve(__dirname, '..', '..', 'uploads'), dist: path.resolve(__dirname, '..', '..', 'client', 'dist'), publicPath: path.resolve(__dirname, '..', '..', 'client', 'public'), imageOutput: path.resolve(__dirname, '..', '..', 'client', 'public', 'images'), structuredTools: path.resolve(__dirname, '..', 'app', 'clients', 'tools', 'structured'), pluginManifest: path.resolve(__dirname, '..', 'app', 'clients', 'tools', 'manifest.json'), };