cjs
This commit is contained in:
@@ -2,11 +2,11 @@
|
|||||||
"name": "discours-editing-server",
|
"name": "discours-editing-server",
|
||||||
"version": "1.0.2",
|
"version": "1.0.2",
|
||||||
"description": "discours.io webrtc p2p network helping crdt-server",
|
"description": "discours.io webrtc p2p network helping crdt-server",
|
||||||
"main": "index.js",
|
"main": "index.cjs",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"fix": "npx @biomejs/biome check --apply-unsafe .",
|
"fix": "npx @biomejs/biome check --apply-unsafe .",
|
||||||
"start": "node ./index.js"
|
"start": "node ./index.cjs"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
Reference in New Issue
Block a user