dtnc
dtnc
Explore posts from servers
SSolidJS
Created by dtnc on 4/17/2025 in #support
Would this break reactivity?
thank you
5 replies
SSolidJS
Created by dtnc on 4/17/2025 in #support
Clearing form after action in solid-start
thank you so much for taking the time to write thoughtful responses, and with reference links!
3 replies
SSolidJS
Created by dtnc on 4/14/2025 in #support
Why are both class and classList needed?
ah i see. Thank you for the quick response, guys!
3 replies
CDCloudflare Developers
Created by dtnc on 4/12/2025 in #workers-help
how to view console.log when running via `wrangler dev --remote`
what path are you referring to? I'm currently not getting log in production either (via cf dashboard). The content of my wrangler.jsonc is this
"$schema": "node_modules/wrangler/config-schema.json",
"name": "myproject",
"compatibility_date": "2025-04-09",
"main": "./workers/app.ts",
"vars": {
"VALUE_FROM_CLOUDFLARE": "Hello from Cloudflare"
},
"observability": {
"enabled": true
},
"compatibility_flags": ["nodejs_compat"],
"browser": {
"binding": "MYBROWSER"
}
"$schema": "node_modules/wrangler/config-schema.json",
"name": "myproject",
"compatibility_date": "2025-04-09",
"main": "./workers/app.ts",
"vars": {
"VALUE_FROM_CLOUDFLARE": "Hello from Cloudflare"
},
"observability": {
"enabled": true
},
"compatibility_flags": ["nodejs_compat"],
"browser": {
"binding": "MYBROWSER"
}
I'm trying to debug issues with the browser binding
3 replies