mirror of
https://github.com/trafficlunar/jellyfin-spicetify.git
synced 2026-06-13 19:07:06 +00:00
feat: non-spotify tracks, refactors, bug fixes
This commit is contained in:
parent
2dea8586f6
commit
eee96c84af
9 changed files with 306 additions and 157 deletions
2
build.ts
2
build.ts
|
|
@ -9,7 +9,7 @@ const isLocal = process.argv.includes("--local");
|
|||
const isWatch = process.argv.includes("--watch");
|
||||
|
||||
const options: BuildOptions = {
|
||||
entryPoints: ["src/app.tsx"],
|
||||
entryPoints: ["src/main.ts"],
|
||||
outfile: "./dist/jellyfin-spicetify.js",
|
||||
bundle: true,
|
||||
minify: isLocal,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue