Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Add deprecation workflow handler #1480

Merged
merged 1 commit into from
Feb 9, 2024

Conversation

jrjohnson
Copy link
Member

This is the improved way we're handling deprecations, move it in to this LTI.

This is the improved way we're handling deprecations, move it in to this
LTI.
@jrjohnson jrjohnson marked this pull request as ready for review February 9, 2024 06:18
@@ -2,6 +2,11 @@ import Application from '@ember/application';
import Resolver from 'ember-resolver';
import loadInitializers from 'ember-load-initializers';
import config from 'lti-app/config/environment';
import { importSync, isDevelopingApp, macroCondition } from '@embroider/macros';

if (macroCondition(isDevelopingApp())) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

embroider in action!

Copy link
Member

@stopfstedt stopfstedt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@stopfstedt stopfstedt merged commit 3811512 into ilios:master Feb 9, 2024
8 checks passed
@jrjohnson jrjohnson deleted the deprecation-workflow branch February 9, 2024 18:55
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants