Harden reconciliation conflict handling

This commit is contained in:
2026-05-23 18:18:44 +02:00
parent 7831673820
commit 706b360736
8 changed files with 445 additions and 22 deletions

View File

@@ -5,6 +5,7 @@
"type": "module",
"scripts": {
"dev": "observable preview",
"test": "node --test test/*.test.mjs",
"build": "observable build",
"clean": "rm -rf dist"
},