mirror of
https://github.com/renorris/openfsd
synced 2026-08-15 01:46:22 +08:00
Bootstrap data-bs-theme + localStorage toggle in layout chrome; map console CSS (users/sweatbox/airport editor) onto shared --ofs-console-* tokens; swap OSM basemap for dark maps. Include PE and webjs coverage, and the approved sweatbox TWRTrainer P2 command-parity design doc.
13 lines
452 B
JSON
13 lines
452 B
JSON
{
|
|
"name": "openfsd-webjs",
|
|
"private": true,
|
|
"type": "module",
|
|
"engines": {
|
|
"node": ">=20"
|
|
},
|
|
"scripts": {
|
|
"test": "node --test ./airport-editor/*.test.js ./theme.test.js",
|
|
"test:coverage": "node --experimental-test-coverage --test-coverage-include='../internal/web/static/js/openfsd/airport-editor/**' --test-coverage-include='../internal/web/static/js/openfsd/theme.js' --test ./airport-editor/*.test.js ./theme.test.js"
|
|
}
|
|
}
|