leptos/projects/counter_dwarf_debug/Trunk.toml
Hecatron 7c5203db19
examples: counter with DWARF debugging (breakpoints and sourcemap) (#2563)
* feat: Added initial dwarf debug counter example

* fix: update to readme and launch.json, task.json

* fix: fix tasks.json for debugging

* fix: added Trunk.toml to fix the port

* fix: moved example to projects
2024-05-11 15:02:33 -04:00

4 lines
55 B
TOML

[serve]
address = "127.0.0.1"
port = 4001
open = false