common/corpus-common-addon/config/environment.js
author ymh <ymh.work@gmail.com>
Fri, 08 Sep 2017 12:04:06 +0200
changeset 541 e756a8c72c3d
parent 537 d2e6ee099125
permissions -rw-r--r--
integrate drupal and correct build process. update version

/* eslint-env node */
'use strict';

module.exports = function(/* environment, appConfig */) {
  return { };
};