Skip to content

Commit cb2eb4e

Browse files
authored
docs: show seed instructions
1 parent d95c2fe commit cb2eb4e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docs/content/1.docs/3.recipes/2.drizzle.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,7 @@ We also export the `sql`, `eq`, `and`, and `or` functions from `drizzle-orm` to
156156
157157
### Seed the database (Optional)
158158
159-
::collapsible{name="instructions"}
160-
161-
Optionally, you can add a server task to populate your database with initial data. This uses [Nitro Tasks](https://nitro.unjs.io/guide/tasks), which is currently an experimental feature.
159+
You can add a server task to populate your database with initial data. This uses [Nitro Tasks](https://nitro.unjs.io/guide/tasks), which is currently an experimental feature.
162160
163161
1. Update your nuxt.config.js:
164162
@@ -206,8 +204,6 @@ export default defineTask({
206204

207205
To run the seed task, start your dev server and open the Nuxt DevTools. Go to _Tasks_ and you will see the `db:seed` task ready to run. This will add the seed data to your database and give you the first users to work with.
208206

209-
::
210-
211207
## Usage
212208

213209
### Select

0 commit comments

Comments
 (0)