GladysProject/Gladys

View on GitHub
front/relativeci.config.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
  // Allow the agent to pick up the current commit message
  includeCommitMessage: true,
  webpack: {
    // Path to Webpack stats JSON file
    stats: './stats.json'
  }
};