Fixed broken build

This commit is contained in:
EivindH06
2025-10-09 15:44:03 +02:00
parent 96969e955e
commit 30fe54eb7d
8 changed files with 124 additions and 11 deletions

View File

@@ -1,4 +1,8 @@
{
"scripts": {
"pio:run": "./scripts/pio-run.sh run",
"pio:run:env": "./scripts/pio-run.sh run -e"
},
"devDependencies": {
"svelte-preprocess": "^6.0.3"
}