feat: compile revisions from area config snapshots

This commit is contained in:
2026-08-26 18:08:55 +08:00
parent c0c8a16dd4
commit ba8eaba9d9
11 changed files with 403 additions and 210 deletions

View File

@@ -9,6 +9,7 @@
},
"scripts": {
"test": "node test/index.js && node test/native-road-edits.js && node test/road-revisions.js && node test/fixtures.js",
"test:fixtures:update-baseline": "node test/update-fixture-baselines.js",
"road:workbench": "node bin/road-workbench.js",
"road:export": "node bin/road-compiler.js",
"build": "vite build --config workbench/client/vite.config.ts",