Your music, beautifully tracked. All yours. (coming soon) teal.fm
teal-fm atproto

merging from upstream

+4 -3
+1
apps/aqua/package.json
··· 27 27 "@braintree/sanitize-url": "^7.1.0", 28 28 "@hono/node-server": "^1.13.7", 29 29 "@libsql/client": "^0.14.0", 30 + "@libsql/darwin-x64": "^0.5.0-pre.2", 30 31 "dotenv": "^16.4.5", 31 32 "drizzle-orm": "^0.36.1", 32 33 "envalid": "^8.0.0",
+3 -3
apps/aqua/src/index.ts
··· 281 281 app.use("/*", serveStatic({ root: "/public" })); 282 282 283 283 const run = async () => { 284 - logger.info("Running in " + navigator.userAgent); 285 - if (navigator.userAgent.includes("Node")) { 284 + // logger.info("Running in " + navigator.userAgent); 285 + //if (navigator.userAgent.includes("Node")) { 286 286 serve( 287 287 { 288 288 fetch: app.fetch, ··· 301 301 ); 302 302 }, 303 303 ); 304 - } 304 + //} 305 305 }; 306 306 307 307 run();
bun.lockb

This is a binary file and will not be displayed.