Merge branch 'stackblitz-labs:main' into main

This commit is contained in:
Stijnus
2024-12-13 06:58:09 +01:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
{ "commit": "e7859a34ae64dfac73bbf6fb9e243dc0a7be0a09" }
{ "commit": "4b36601061652ec2ec3cb1f1d5c7cc5649690bbb" }

View File

@@ -35,7 +35,7 @@ PROVIDER_LIST.forEach((provider) => {
initialProviderSettings[provider.name] = {
...provider,
settings: {
enabled: false,
enabled: true,
},
};
});