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 4ef08d7 commit 616ec7aCopy full SHA for 616ec7a
documentation/docs/07-hooks.md
@@ -9,6 +9,8 @@ There are two hooks files, both optional:
9
- `src/hooks.server.js` — your app's server hooks
10
- `src/hooks.client.js` — your app's client hooks
11
12
+Code in these modules will run when the application starts up, making them useful for initializing database clients and so on.
13
+
14
> You can configure the location of these files with [`config.kit.files.hooks`](/docs/configuration#files).
15
16
### Server hooks
0 commit comments