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: dev.exs
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,13 @@ defmodule ErrorTrackerDev.Live do
101
101
102
102
<.linkhref="/dev/errors"target="_blank">Open the ErrorTracker dashboard</.link>
103
103
104
-
<h2>LiveView example</h2>
104
+
<p>
105
+
Errors are stored in the <code>priv/repo/dev.db</code>
106
+
database, which is automatically created by this script.<br/>
107
+
If you want to clear the state stop the script, run the following command and start it again. <pre>rm priv/repo/dev.db priv/repo/dev.db-shm priv/repo/dev.db-wal</pre>
0 commit comments