We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
drizzle
1 parent b393903 commit 2b4d63dCopy full SHA for 2b4d63d
.changeset/hungry-beds-speak.md
@@ -0,0 +1,5 @@
1
+---
2
+'sv': patch
3
4
+
5
+fix: make `drizzle` next steps more precise
packages/addons/drizzle/index.ts
@@ -343,6 +343,10 @@ export default defineAddon({
343
steps.push(
344
`Run ${highlighter.command(`${packageManager} run db:start`)} to start the docker container`
345
);
346
+ } else {
347
+ steps.push(
348
+ `Check ${highlighter.env('DATABASE_URL')} in ${highlighter.path('.env')} and adjust it to your needs`
349
+ );
350
}
351
352
`Run ${highlighter.command(`${packageManager} run db:push`)} to update your database schema`
0 commit comments