js
Some checks failed
CI/CD / test (push) Failing after 13s
CI/CD / deploy (push) Has been skipped

This commit is contained in:
2024-02-17 14:40:34 +03:00
parent c1103a54e8
commit e140e5b9c2
5 changed files with 45 additions and 174 deletions

View File

@@ -2,11 +2,11 @@
"name": "discours-editing-server",
"version": "1.0.2",
"description": "discours.io webrtc p2p network helping crdt-server",
"main": "index.ts",
"main": "index.js",
"type": "module",
"scripts": {
"fix": "npx @biomejs/biome check --apply-unsafe .",
"start": "npx tsc index.ts"
"start": "node ./index.js"
},
"repository": {
"type": "git",
@@ -19,7 +19,6 @@
"@hocuspocus/server": "2.0.1"
},
"devDependencies": {
"@biomejs/biome": "1.5.3",
"typescript": "5.3.3"
"@biomejs/biome": "1.5.3"
}
}