mirror of
https://github.com/trafficlunar/jellyfin-spicetify.git
synced 2026-08-12 12:29:41 +00:00
feat: add website
This commit is contained in:
parent
43eb8ff31f
commit
ce4ea63abd
7 changed files with 927 additions and 177 deletions
1
build.ts
1
build.ts
|
|
@ -33,6 +33,7 @@ const options: BuildOptions = {
|
|||
name: "on-end",
|
||||
setup(build) {
|
||||
build.onEnd(() => {
|
||||
// Bundle the CSS into the final JS file
|
||||
const js = readFileSync("./dist/jellyfin-spicetify.js", "utf-8");
|
||||
const css = readFileSync("./dist/jellyfin-spicetify.css", "utf-8");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue