Skip to content

Commit

Permalink
add esm.sh to moduleCDNs
Browse files Browse the repository at this point in the history
  • Loading branch information
hatemhosny committed Nov 27, 2023
1 parent da66647 commit b4cab0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/livecodes/services/modules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import type { CDN } from '../models';

declare const globalThis: { appCDN: CDN };

const moduleCDNs: CDN[] = ['jspm', 'skypack'];
const moduleCDNs: CDN[] = ['jspm', 'esm.sh', 'skypack'];
const npmCDNs: CDN[] = ['unpkg', 'jsdelivr', 'fastly.jsdelivr'];
const ghCDNs: CDN[] = ['fastly.jsdelivr.gh', 'jsdelivr.gh', 'statically'];

Expand Down

0 comments on commit b4cab0d

Please sign in to comment.