Skip to content

Commit

Permalink
Fix globals
Browse files Browse the repository at this point in the history
  • Loading branch information
Mati365 committed Aug 8, 2024
1 parent fd916df commit 3866b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cloud/cdn/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* For licensing, see LICENSE.md.
*/

import './globals';
import './globals.d';

export * from './combineCKCdnBundlesPacks';
export * from './createCKCdnBaseBundlePack';
Expand Down

0 comments on commit 3866b95

Please sign in to comment.