player: use vidstsack instead of default html player

This commit is contained in:
2026-04-18 21:49:14 -07:00
parent f7636f61a7
commit 81a3a2a30c
5 changed files with 55 additions and 25 deletions

View File

@@ -11,11 +11,15 @@
"sourceMap": true,
"strict": true,
"moduleResolution": "bundler",
"types": ["./src/worker-configuration.d.ts", "node"]
"types": [
"./src/worker-configuration.d.ts",
"node",
"vidstack/svelte",
]
}
// Path aliases are handled by https://svelte.dev/docs/kit/configuration#alias
// except $lib which is handled by https://svelte.dev/docs/kit/configuration#files
//
// To make changes to top-level options such as include and exclude, we recommend extending
// the generated config; see https://svelte.dev/docs/kit/configuration#typescript
}
}