Initial setup

This commit is contained in:
Peter Stockings
2026-02-28 20:16:53 +11:00
commit cc0136d712
8 changed files with 2255 additions and 0 deletions

9
package.json Normal file
View File

@@ -0,0 +1,9 @@
{
"name": "videosync",
"version": "1.0.0",
"description": "Synchronized video playback with live chat",
"scripts": {
"start": "bun run server.ts",
"dev": "bun --watch run server.ts"
}
}