fix: accept inferred road widths in workbench

This commit is contained in:
2026-08-14 10:43:47 +08:00
parent 3e22a1872e
commit f43a122ff7
3 changed files with 12 additions and 1 deletions

View File

@@ -14,6 +14,7 @@
"road:compile": "node scripts/compile-native-roads.js",
"road:check": "node scripts/check-native-roads.js",
"road:workbench": "node scripts/road-workbench.js",
"test:road-workbench": "node scripts/test-road-workbench.js",
"test:native-road": "node scripts/test-native-road.js",
"test:preflight": "node scripts/test-area-preflight.js",
"test:build-stages": "node scripts/test-build-stages.js",