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/content/1.docs/3.recipes/4.debug.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ npx nuxt build
30
30
npx nuxthub preview
31
31
```
32
32
33
-
4. Open the browser by pressing the **b**shortut (most of the time it starts on <http://localhost:8788>)
33
+
4. Open the browser by pressing the **b**shortcut (most of the time it starts on <http://localhost:8788>)
34
34
5. Go back to your terminal and look at the error and stack trace, then open the file (should be in the `dist/` directory) to know the line causing the error.
0 commit comments