Initial setup
This commit is contained in:
9
package.json
Normal file
9
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user