Merge branch 'stackblitz-labs:main' into main

This commit is contained in:
Stijnus 2024-12-13 06:58:09 +01:00 committed by GitHub
commit 49e6c8034d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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] = { initialProviderSettings[provider.name] = {
...provider, ...provider,
settings: { settings: {
enabled: false, enabled: true,
}, },
}; };
}); });

View File

@ -8,7 +8,7 @@
"scripts": { "scripts": {
"deploy": "npm run build && wrangler pages deploy", "deploy": "npm run build && wrangler pages deploy",
"build": "remix vite:build", "build": "remix vite:build",
"dev": "node pre-start.cjs; remix vite:dev", "dev": "node pre-start.cjs && remix vite:dev",
"test": "vitest --run", "test": "vitest --run",
"test:watch": "vitest", "test:watch": "vitest",
"lint": "eslint --cache --cache-location ./node_modules/.cache/eslint app", "lint": "eslint --cache --cache-location ./node_modules/.cache/eslint app",