Skip to content

Commit

Permalink
Merge 877f96d into 6c10ced
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislomaxjones committed May 23, 2023
2 parents 6c10ced + 877f96d commit 0471d8b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion bundle/src/bootstraps/standalone.commercial.ts
Expand Up @@ -177,7 +177,11 @@ const recordCommercialMetrics = () => {
};

const bootCommercial = async (): Promise<void> => {
log('commercial', '📦 standalone.commercial.ts', __webpack_public_path__);
log(
'commercial',
'📦 standalone.commercial.ts LOOK I WAS DEPLOYED WITH RIFF RAFF V4 in dev time',
__webpack_public_path__,
);

// Init Commercial event timers
EventTimer.init();
Expand Down

0 comments on commit 0471d8b

Please sign in to comment.