configurable audio formats

This commit is contained in:
raiper34
2024-07-20 15:34:02 +02:00
parent da78603db2
commit ac038245e2
5 changed files with 1489 additions and 1263 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "spooty",
"workspaces": ["src/*"],
"workspaces": ["src/backend", "src/frontend"],
"scripts": {
"start:be": "npm run start:dev -w backend",
"start:fe": "npm run start -w frontend",