fix(proxy/package.json): fix bin and start script

Introduced by df9689854
This commit is contained in:
Julien Fontanet
2021-05-27 15:15:13 +02:00
parent 53caa11bc4
commit 9ff20bee5a

View File

@@ -19,7 +19,7 @@
},
"preferGlobal": true,
"bin": {
"xo-proxy": "dist/index.js"
"xo-proxy": "dist/index.mjs"
},
"engines": {
"node": ">=14.13"
@@ -83,7 +83,7 @@
"prepack": "toggle-scripts +postinstall +preuninstall",
"prepublishOnly": "yarn run build",
"_preuninstall": "./scripts/systemd-service-installer",
"start": "./dist/index.js"
"start": "./dist/index.mjs"
},
"author": {
"name": "Vates SAS",