Go to file
2025-02-14 06:30:52 -05:00
src chore: config 2025-02-14 06:30:52 -05:00
.env chore: config 2025-02-14 06:30:52 -05:00
.gitignore Init 2025-01-26 15:00:34 -05:00
bun.lockb feat: uno attributify 2025-01-26 15:10:57 -05:00
eslint.config.js Init 2025-01-26 15:00:34 -05:00
index.html chore: config 2025-02-14 06:30:52 -05:00
nginx.conf chore: config 2025-02-14 06:30:52 -05:00
package.json feat: uno attributify 2025-01-26 15:10:57 -05:00
README.md chore: config 2025-02-14 06:30:52 -05:00
shims.d.ts feat: uno attributify 2025-01-26 15:10:57 -05:00
tsconfig.json Init 2025-01-26 15:00:34 -05:00
uno.config.ts chore: config 2025-02-14 06:30:52 -05:00
vite.config.ts Init 2025-01-26 15:00:34 -05:00

MusicToGo

Now a regular SPA!

Nginx proxy

docker run -p 8807:80 -v ./nginx.conf:/etc/nginx/nginx.conf:ro nginx