feat: build workflow

some other stuff as well
This commit is contained in:
trafficlunar 2026-03-06 16:37:36 +00:00
parent 752c809c4f
commit 51f6f8c78a
4 changed files with 20 additions and 3 deletions

View file

@ -36,7 +36,9 @@ const options: BuildOptions = {
const js = readFileSync("./dist/jellyfin-spicetify.js", "utf-8");
const css = readFileSync("./dist/jellyfin-spicetify.css", "utf-8");
const wrapped = `(async function() {
const wrapped = `
// https://github.com/trafficlunar/jellyfin-spicetify
(async function() {
while (!Spicetify.React || !Spicetify.ReactDOM) {
await new Promise(resolve => setTimeout(resolve, 10));
}