|
|
@ -14,7 +14,6 @@ |
|
|
"homepage": "https://meshtastic.org", |
|
|
"homepage": "https://meshtastic.org", |
|
|
"scripts": { |
|
|
"scripts": { |
|
|
"build": "vite build", |
|
|
"build": "vite build", |
|
|
"build:test": "vite build --mode test", |
|
|
|
|
|
"build:analyze": "BUNDLE_ANALYZE=true bun run build", |
|
|
"build:analyze": "BUNDLE_ANALYZE=true bun run build", |
|
|
"check": "biome check src/", |
|
|
"check": "biome check src/", |
|
|
"check:fix": "biome check --write src/", |
|
|
"check:fix": "biome check --write src/", |
|
|
|