Stijnus commited on
Commit
49e6c80
·
unverified ·
2 Parent(s): 87057f8 68757cb

Merge branch 'stackblitz-labs:main' into main

Browse files
Files changed (3) hide show
  1. app/commit.json +1 -1
  2. app/lib/stores/settings.ts +1 -1
  3. package.json +1 -1
app/commit.json CHANGED
@@ -1 +1 @@
1
- { "commit": "e7859a34ae64dfac73bbf6fb9e243dc0a7be0a09" }
 
1
+ { "commit": "4b36601061652ec2ec3cb1f1d5c7cc5649690bbb" }
app/lib/stores/settings.ts CHANGED
@@ -35,7 +35,7 @@ PROVIDER_LIST.forEach((provider) => {
35
  initialProviderSettings[provider.name] = {
36
  ...provider,
37
  settings: {
38
- enabled: false,
39
  },
40
  };
41
  });
 
35
  initialProviderSettings[provider.name] = {
36
  ...provider,
37
  settings: {
38
+ enabled: true,
39
  },
40
  };
41
  });
package.json CHANGED
@@ -8,7 +8,7 @@
8
  "scripts": {
9
  "deploy": "npm run build && wrangler pages deploy",
10
  "build": "remix vite:build",
11
- "dev": "node pre-start.cjs; remix vite:dev",
12
  "test": "vitest --run",
13
  "test:watch": "vitest",
14
  "lint": "eslint --cache --cache-location ./node_modules/.cache/eslint app",
 
8
  "scripts": {
9
  "deploy": "npm run build && wrangler pages deploy",
10
  "build": "remix vite:build",
11
+ "dev": "node pre-start.cjs && remix vite:dev",
12
  "test": "vitest --run",
13
  "test:watch": "vitest",
14
  "lint": "eslint --cache --cache-location ./node_modules/.cache/eslint app",