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 e350963 commit fe5db26Copy full SHA for fe5db26
content/tutorial/02-sveltekit/04-forms/03-form-validation/README.md
@@ -56,6 +56,7 @@ It would be much better to stay on the same page and provide an indication of wh
56
```js
57
/// file: src/routes/+page.server.js
58
+++import { fail } from '@sveltejs/kit';+++
59
+import * as db from '$lib/server/database.js';
60
61
export function load({ cookies }) {...}
62
0 commit comments