Merge branch 'stackblitz-labs:main' into main
Browse files- app/commit.json +1 -1
- app/lib/stores/settings.ts +1 -1
- package.json +1 -1
app/commit.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{ "commit": "
|
|
|
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:
|
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
|
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",
|