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.
\n
1 parent 4fc1cad commit 4266acbCopy full SHA for 4266acb
docs/content/docs/4.recipes/1.hooks.md
@@ -24,7 +24,7 @@ export default defineNitroPlugin(() => {
24
title TEXT NOT NULL,
25
completed INTEGER NOT NULL DEFAULT 0
26
)
27
- `)
+ `.replace(/\n/g, ''))
28
})
29
}
30
0 commit comments