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

This commit is contained in:
Untone 2024-02-17 14:53:41 +03:00
parent 5d52533233
commit e3782d4dd4
2 changed files with 2 additions and 2 deletions

View File

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.js",
"main": "index.cjs",
"type": "module",
"scripts": {
"fix": "npx @biomejs/biome check --apply-unsafe .",
"start": "node ./index.js"
"start": "node ./index.cjs"
},
"repository": {
"type": "git",