Untrack dev.log; ignore it
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
07c4da8244
commit
f2e86709a1
2 changed files with 1 additions and 19 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -4,3 +4,4 @@ dist/
|
|||
*.local
|
||||
.env
|
||||
.dev.vars
|
||||
dev.log
|
||||
|
|
|
|||
19
dev.log
19
dev.log
|
|
@ -1,19 +0,0 @@
|
|||
|
||||
⛅️ wrangler 4.112.0
|
||||
────────────────────
|
||||
|
||||
Cloudflare collects anonymous telemetry about your usage of Wrangler. Learn more at https://github.com/cloudflare/workers-sdk/tree/main/packages/wrangler/telemetry.md
|
||||
Your Worker has access to the following bindings:
|
||||
Binding Resource Mode
|
||||
env.DB (kneadly) D1 Database local
|
||||
env.BASE_URL ("https://kneadly.theradicalparty.com") Environment Variable local
|
||||
|
||||
⎔ Starting local server...
|
||||
[wrangler:info] Ready on http://localhost:8811
|
||||
[wrangler:info] GET /serenity-massage-bodywork/booked/6ed7fb492b564f7ead9acd15e1fbd377 200 OK (373ms)
|
||||
[wrangler:info] GET /dashboard/bookings 200 OK (23ms)
|
||||
[wrangler:info] GET /no-such-shop 404 Not Found (32ms)
|
||||
[wrangler:info] POST /dashboard/bookings/6ed7fb492b564f7ead9acd15e1fbd377/complete 302 Found (14ms)
|
||||
[wrangler:info] POST /dashboard/settings 302 Found (9ms)
|
||||
[wrangler:info] POST /dashboard/staff 302 Found (12ms)
|
||||
[wrangler:info] GET /serenity-massage-bodywork 200 OK (14ms)
|
||||
Loading…
Add table
Reference in a new issue