File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ bun tidy # runs all automated checks and fixes as necessary (type+format+lint)
112112# devenv controls
113113bun up # spin up devenv server (usually already done by user)
114114bun down # stop it
115- bun tail # !important tail the logs
115+ bun tail # tail LOCAL devenv logs only (not production)
116116```
117117
118118# Bun Commands
@@ -129,6 +129,10 @@ Always use `bun run <script>` to run `build` or `test`.
129129The user (usually) uses devenv's process compose to manage processes.
130130You may inspect ` .devenv/processes.log ` for the logs.
131131
132+ # Production
133+
134+ You have NO access to production logs. When you need to check prod logs, ask the user to check and copy-paste the relevant output.
135+
132136# Verification Rules
133137
134138run ` bun type-check ` whenever you write code.
You can’t perform that action at this time.
0 commit comments