Started working on adding mobile buzzers, a lot of rewriting

This commit is contained in:
AlacrisDevs
2025-12-12 01:47:51 +02:00
parent a3fa056c1f
commit d4a25746b2
47 changed files with 4712 additions and 1656 deletions

View File

@@ -0,0 +1,5 @@
// Mock for $app/environment used in tests
export const browser = true;
export const building = false;
export const dev = true;
export const version = 'test';