visually updated

This commit is contained in:
2025-12-31 07:33:09 +01:00
parent 676a715187
commit dba3f21114
72 changed files with 124 additions and 25 deletions

10
package-lock.json generated
View File

@@ -8,7 +8,8 @@
"name": "radio-tauri",
"version": "0.1.0",
"devDependencies": {
"@tauri-apps/cli": "^2"
"@tauri-apps/cli": "^2",
"rcedit": "^1.1.2"
}
},
"node_modules/@tauri-apps/cli": {
@@ -227,6 +228,13 @@
"engines": {
"node": ">= 10"
}
},
"node_modules/rcedit": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/rcedit/-/rcedit-1.1.2.tgz",
"integrity": "sha512-z2ypB4gbINhI6wVe0JJMmdpmOpmNc4g90sE6/6JSuch5kYnjfz9CxvVPqqhShgR6GIkmtW3W2UlfiXhWljA0Fw==",
"dev": true,
"license": "MIT"
}
}
}