feat: add website

This commit is contained in:
trafficlunar 2026-07-10 13:30:28 +01:00
parent 43eb8ff31f
commit ce4ea63abd
7 changed files with 927 additions and 177 deletions

View file

@ -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");