mirror of
https://github.com/discourse/discourse.git
synced 2024-12-04 09:43:40 +08:00
4 lines
105 B
JavaScript
4 lines
105 B
JavaScript
|
export const INPUT_DELAY = 250;
|
||
|
|
||
|
export default { environment: Ember.testing ? "test" : "development" };
|