Skip to content

Commit c876870

Browse files
committed
fixup! docs(faq): add help to debug config issues
1 parent 4f4c052 commit c876870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### Something is wrong with my config, how can I find where the problem comes from?
44

5-
`vite` and `vite-plugin-svelte` can be made more verbose by using the debug mode:
5+
`vite` and `vite-plugin-svelte` can be made more verbose by using the debug mode (powered by and following the conventions of the [`debug`](https://github.com/debug-js/debug) library):
66

77
- `DEBUG=vite-plugin-svelte:config vite dev`: log `vite-plugin-svelte` debug info related to the config
88
- `DEBUG=vite-plugin-svelte:* vite dev`: log all `vite-plugin-svelte` debug info

0 commit comments

Comments
 (0)