mirror of
https://github.com/leptos-rs/leptos.git
synced 2025-12-27 08:44:28 -05:00
* 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
9 lines
212 B
HTML
9 lines
212 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link data-trunk rel="rust" data-keep-debug="true" data-wasm-opt="z"/>
|
|
<link data-trunk rel="icon" type="image/ico" href="/public/favicon.ico"/>
|
|
</head>
|
|
<body></body>
|
|
</html>
|