common/corpus-common-addon/config/environment.js
author ymh <ymh.work@gmail.com>
Tue, 12 Apr 2016 13:05:43 +0200
changeset 150 cb4c47eda2db
parent 127 5cd8c3065c38
child 537 d2e6ee099125
permissions -rw-r--r--
finish handle support in dev VM

/*jshint node:true*/
'use strict';

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