Set up server to relay ripples and presence info
This commit is contained in:
parent
398aa43338
commit
8ccb60de61
7 changed files with 338 additions and 7 deletions
11
server/package.json
Normal file
11
server/package.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"name": "@compost.party/pond-server",
|
||||
"module": "index.ts",
|
||||
"type": "module",
|
||||
"devDependencies": {
|
||||
"@types/bun": "latest"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5.0.0"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue