Change package.main to point to src/index.ts due to removing transpiling

This commit is contained in:
Hri7566 2023-09-13 09:44:53 -04:00
parent a4eacc5443
commit 21e0492a0f
1 changed files with 32 additions and 32 deletions

View File

@ -2,7 +2,7 @@
"name": "mpp-server",
"version": "2.0.0",
"description": "Hri7566's MPP Server",
"main": "out/index.js",
"main": "src/index.ts",
"scripts": {
"start": "bun .",
"build": "bun build ./src/index.ts --outdir=out",