mirror of
https://github.com/stackblitz/bolt.new
synced 2025-02-06 04:48:04 +00:00
Merge branch 'stackblitz-labs:main' into main
This commit is contained in:
commit
49e6c8034d
@ -1 +1 @@
|
|||||||
{ "commit": "e7859a34ae64dfac73bbf6fb9e243dc0a7be0a09" }
|
{ "commit": "4b36601061652ec2ec3cb1f1d5c7cc5649690bbb" }
|
||||||
|
@ -35,7 +35,7 @@ PROVIDER_LIST.forEach((provider) => {
|
|||||||
initialProviderSettings[provider.name] = {
|
initialProviderSettings[provider.name] = {
|
||||||
...provider,
|
...provider,
|
||||||
settings: {
|
settings: {
|
||||||
enabled: false,
|
enabled: true,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user