Skip to content

Commit

Permalink
Add APP_ENV binding identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
aedart committed May 16, 2024
1 parent 668782b commit 9d2f3b2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/contracts/src/core/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ export const CORE: unique symbol = Symbol('@aedart/contracts/core');
*/
export const APPLICATION: symbol = CORE;

/**
* Application Environment binding identifier
*
* @type {Symbol}
*/
export const APP_ENV: unique symbol = Symbol('APP_ENV');

import Application from "./Application";
import Bootstrapper from "./Bootstrapper";
import BootstrapperConstructor from "./BootstrapperConstructor";
Expand Down

0 comments on commit 9d2f3b2

Please sign in to comment.