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] = {
|
||||
...provider,
|
||||
settings: {
|
||||
enabled: false,
|
||||
enabled: true,
|
||||
},
|
||||
};
|
||||
});
|
||||
|
@ -8,7 +8,7 @@
|
||||
"scripts": {
|
||||
"deploy": "npm run build && wrangler pages deploy",
|
||||
"build": "remix vite:build",
|
||||
"dev": "node pre-start.cjs; remix vite:dev",
|
||||
"dev": "node pre-start.cjs && remix vite:dev",
|
||||
"test": "vitest --run",
|
||||
"test:watch": "vitest",
|
||||
"lint": "eslint --cache --cache-location ./node_modules/.cache/eslint app",
|
||||
|
Loading…
Reference in New Issue
Block a user