You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/faq.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
### Something is wrong with my config, how can I find where the problem comes from?
4
4
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):
6
6
7
7
-`DEBUG=vite-plugin-svelte:config vite dev`: log `vite-plugin-svelte` debug info related to the config
8
8
-`DEBUG=vite-plugin-svelte:* vite dev`: log all `vite-plugin-svelte` debug info
0 commit comments