Go to file
Kumi f2ece65e12
fix(logging): correct string template for server URL
Replaced incorrect curly braces in the console log statement with proper template literals to accurately display the HOST and PORT values. This ensures the tracker URL is displayed correctly in the console, improving debugging and monitoring.
2024-06-14 17:14:29 +02:00
public/js feat: add WebTorrent support with minified script 2024-06-14 16:59:22 +02:00
views feat: add initial WebTorrent-based file transfer app 2024-06-14 16:57:55 +02:00
.gitignore feat: add initial WebTorrent-based file transfer app 2024-06-14 16:57:55 +02:00
app.js feat: add initial WebTorrent-based file transfer app 2024-06-14 16:57:55 +02:00
package-lock.json feat: add initial WebTorrent-based file transfer app 2024-06-14 16:57:55 +02:00
package.json feat: add initial WebTorrent-based file transfer app 2024-06-14 16:57:55 +02:00
tracker.js fix(logging): correct string template for server URL 2024-06-14 17:14:29 +02:00