mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 08:50:15 +01:00
7 lines
194 B
JavaScript
7 lines
194 B
JavaScript
|
|
const path = require('path');
|
||
|
|
|
||
|
|
module.exports = {
|
||
|
|
publicPath: path.resolve(__dirname, '..', 'client', 'public'),
|
||
|
|
imageOutput: path.resolve(__dirname, '..', 'client', 'public', 'images'),
|
||
|
|
};
|