Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7cadfdd

Browse files
committedMay 28, 2024·
moved turso to the database section
1 parent a5abc70 commit 7cadfdd

File tree

1 file changed

+1
-1
lines changed
  • server/node-service/src/plugins/turso

1 file changed

+1
-1
lines changed
 

‎server/node-service/src/plugins/turso/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ type Response = {
8989
const tursoPlugin: DataSourcePlugin<ActionDataType, DataSourceDataType> = {
9090
id: "turso",
9191
name: "Turso",
92-
category: "api",
92+
category: "database",
9393
icon: "turso.svg",
9494
dataSourceConfig,
9595
queryConfig,

0 commit comments

Comments
 (0)
Please sign in to comment.