File tree 2 files changed +7
-4
lines changed
packages/docs/src/content/docs
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -40,12 +40,14 @@ Here's what's included in production mode:
40
40
- Only the ` start ` and ` postinstall ` scripts
41
41
- Ignore exports with the [ ` @internal ` tag] [ 1 ]
42
42
43
- ### Notes
43
+ ::: note
44
44
45
45
The production run does not replace the default run. Depending on your needs you
46
46
can run either of them or both separately. Usually both modes can share the same
47
47
configuration.
48
48
49
+ :::
50
+
49
51
To see the difference between default and production mode in great detail, use
50
52
the ` --debug ` flag and inspect what entry and project files are used, and the
51
53
plugins that are enabled. For instance, in production mode this shows that files
Original file line number Diff line number Diff line change @@ -21,9 +21,10 @@ complicated". Knip and documentation are always a work in progress.
21
21
22
22
If it doesn't come your way at the first try, please understand this also shows
23
23
the dynamic and innovative nature of the ecosystem. Often only small changes go
24
- a long way towards success. Consider [ opening an issue] [ 5 ] and/or [ ask away on
25
- Discord] [ 6 ] . With the help of the community (that's you!) we can improve Knip
26
- for everyone and make project maintenance easier and more fun!
24
+ a long way towards success. When a bit of configuration doesn't improve things,
25
+ consider [ opening an issue] [ 5 ] and/or [ ask away on Discord] [ 6 ] . With the help of
26
+ the community (that's you!) we can improve Knip for everyone and make project
27
+ maintenance easier and more fun!
27
28
28
29
:::
29
30
You can’t perform that action at this time.
0 commit comments