Skip to content

Commit 511a5a8

Browse files
author
Apurva Jantrania
committed
Feat(Starling) - Switch to production
Switching to use AppComposer's production CDN
1 parent ecd6be8 commit 511a5a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/applicationcomposer/webviewManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const localize = nls.loadMessageBundle()
1515
// Change this to true for local dev
1616
const isLocalDev = false
1717
const localhost = 'http://127.0.0.1:3000'
18-
const cdn = 'https://dwuw1icz2q5c3.cloudfront.net' // Gamma
18+
const cdn = 'https://ide-toolkits.app-composer.aws.dev'
1919

2020
const enabledFeatures = ['ide-only', 'anything-resource', 'sfnV2', 'starling']
2121

0 commit comments

Comments
 (0)