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.
1 parent 63372da commit 68758a1Copy full SHA for 68758a1
packages/nuxt/src/vite/databaseConfig.ts
@@ -17,7 +17,7 @@ export function addDatabaseInstrumentation(nuxt: Nuxt): void {
17
}
18
19
/**
20
- * This is a different flag than the one in experimental.database, this configures multiple database instances.
+ * This is a different option than the one in `experimental.database`, this configures multiple database instances.
21
* keys represent database names to be passed to `useDatabase(name?)`.
22
* https://nitro.build/guide/database#configuration
23
*/
0 commit comments