Precise DOM morphing
morphing typescript dom
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Create mise.toml

+11
+11
mise.toml
··· 1 + [tools] 2 + bun = "latest" 3 + 4 + [tasks.test] 5 + run = "bun run test:all" 6 + 7 + [tasks.lint] 8 + run = "bun run lint" 9 + 10 + [tasks.build] 11 + run = "bun run build"