We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f400ca2 + 511a5a8 commit 4a417d9Copy full SHA for 4a417d9
src/applicationcomposer/webviewManager.ts
@@ -15,7 +15,7 @@ const localize = nls.loadMessageBundle()
15
// Change this to true for local dev
16
const isLocalDev = false
17
const localhost = 'http://127.0.0.1:3000'
18
-const cdn = 'https://dwuw1icz2q5c3.cloudfront.net' // Gamma
+const cdn = 'https://ide-toolkits.app-composer.aws.dev'
19
20
const enabledFeatures = ['ide-only', 'anything-resource', 'sfnV2', 'starling']
21
0 commit comments