Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update deps #310

Merged
merged 2 commits into from
Sep 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content/6.drivers/planetscale.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To use, you will need to install `@planetscale/database` in your project:

Then you can create a table to store your data by running the following query in your Planetscale database, where <storage> is the name of the table you want to use:

```sql
```
Copy link
Member

@pi0 pi0 Sep 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Interesting we don’t support sql highlight?

create table <storage> (
id varchar(255) not null primary key,
value longtext,
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"preview": "nuxi preview"
},
"devDependencies": {
"@nuxt-themes/docus": "^1.14.6",
"@nuxt-themes/docus": "^1.14.8",
"@nuxtjs/plausible": "^0.2.3",
"nuxt": "^3.7.3"
"nuxt": "^3.7.4"
}
}