feat: add immutable road revision storage

This commit is contained in:
2026-08-26 17:54:38 +08:00
parent 35002371ae
commit c0c8a16dd4
7 changed files with 373 additions and 1 deletions

View File

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