This commit is contained in:
Christoph Brandau
2026-06-27 14:11:51 +02:00
parent 6a78e768bc
commit ef1974f31f
7 changed files with 849 additions and 6 deletions
+2 -1
View File
@@ -3,7 +3,8 @@
"allow": [
"Bash(cargo build *)",
"Bash(npm run *)",
"Bash(kill %1)"
"Bash(kill %1)",
"Bash(perl -0pi -e 's/\\\\{line \\\\|\\\\| \" \"\\\\}/{displayLine\\(line\\) || \" \"}/g' src/App.svelte)"
]
}
}