stashing this darn thing to purge objects from memory
Go to file
peterino2 b0afc1cf5b renamed all references of playlist to queue 2026-02-02 23:02:51 -08:00
music local cache. lots of profiling 2026-02-02 18:50:18 -08:00
public renamed all references of playlist to queue 2026-02-02 23:02:51 -08:00
.gitignore saving 2026-02-02 21:50:57 -08:00
AGENTS.md renamed all references of playlist to queue 2026-02-02 23:02:51 -08:00
README.md local cache. lots of profiling 2026-02-02 18:50:18 -08:00
auth.ts added configs, lots of styling changes and fixed up performance issues 2026-02-02 19:49:16 -08:00
bun.lock saving 2026-02-02 16:00:26 -08:00
channel.ts renamed all references of playlist to queue 2026-02-02 23:02:51 -08:00
config.json saving 2026-02-02 22:25:58 -08:00
db.ts removed playlists as a concept added queues 2026-02-02 22:57:39 -08:00
library.ts we're starting to hit some context limits 2026-02-02 21:01:05 -08:00
musicroom.db removed playlists as a concept added queues 2026-02-02 22:57:39 -08:00
package.json saving 2026-02-02 16:00:26 -08:00
server.ts renamed all references of playlist to queue 2026-02-02 23:02:51 -08:00
tsconfig.json saving 2026-02-02 16:00:26 -08:00

README.md

NeoRose

To install dependencies:

bun install

To run:

bun run 

This project was created using bun init in bun v1.3.8. Bun is a fast all-in-one JavaScript runtime.