chore: Rewrite prefs in rust, p=(#9491), c=workflows, winsign

This commit is contained in:
mr. m
2025-07-16 17:09:16 +02:00
committed by GitHub
parent f8be01fe59
commit 982e194a98
60 changed files with 1303 additions and 510 deletions

View File

@@ -6,7 +6,7 @@
"**/*": ""
},
"scripts": {
"build": "surfer build",
"build": "npm run ffprefs && surfer build",
"build:ui": "surfer build --ui",
"start": "cd engine && ./mach run --noprofile",
"import": "surfer import",
@@ -25,7 +25,8 @@
"reset-ff": "surfer reset",
"surfer": "surfer",
"test": "python3 scripts/run_tests.py",
"test:dbg": "python3 scripts/run_tests.py --jsdebugger --debug-on-failure"
"test:dbg": "python3 scripts/run_tests.py --jsdebugger --debug-on-failure",
"ffprefs": "cd tools/ffprefs && cargo run --release --bin ffprefs -- ../../"
},
"repository": {
"type": "git",