discourse/app/assets/javascripts/discourse-common/config/environment.js.es6

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

2 lines
72 B
Plaintext
Raw Normal View History

export default { environment: Ember.testing ? "test" : "development" };