feat: currently playing + volume + seek position + toggle pause
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
"preview": "vite preview",
|
||||
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
||||
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
||||
"format": "prettier --write ."
|
||||
"format": "prettier --write .",
|
||||
"build:proto": "bunx protoc --ts_out ./src/lib/proto/ --proto_path protos protos/*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@sveltejs/adapter-auto": "^3.0.0",
|
||||
|
||||
Reference in New Issue
Block a user