graylog-plugin-functions/graylog-plugin-function-bas.../build.config.js

7 lines
247 B
JavaScript

const path = require('path');
module.exports = {
// Make sure that this is the correct path to the web interface part of the Graylog server repository.
web_src_path: path.resolve(__dirname, '../graylog2-server', 'graylog2-web-interface'),
};