DEV: Remove more ember options (#30852)

This commit is contained in:
Jarek Radosz 2025-01-18 15:58:19 +01:00 committed by GitHub
parent 2cd5e4d54d
commit f4857d3b1c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 0 additions and 3 deletions

View File

@ -19,7 +19,6 @@ module.exports = function (environment) {
Date: false,
String: false,
},
_DEFAULT_ASYNC_OBSERVERS: true,
LOG_STACKTRACE_ON_DEPRECATION: false,
},

View File

@ -3,5 +3,4 @@ module.exports = {
"default-async-observers": true,
"jquery-integration": false,
"template-only-glimmer-components": true,
"no-implicit-route-model": true,
};

View File

@ -30,7 +30,6 @@ module ApplicationHelper
Date: false,
String: false,
},
_DEFAULT_ASYNC_OBSERVERS: true,
},
APP: {
name: "discourse",