Change package.main to point to src/index.ts due to removing transpiling
This commit is contained in:
parent
a4eacc5443
commit
21e0492a0f
|
@ -2,7 +2,7 @@
|
||||||
"name": "mpp-server",
|
"name": "mpp-server",
|
||||||
"version": "2.0.0",
|
"version": "2.0.0",
|
||||||
"description": "Hri7566's MPP Server",
|
"description": "Hri7566's MPP Server",
|
||||||
"main": "out/index.js",
|
"main": "src/index.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "bun .",
|
"start": "bun .",
|
||||||
"build": "bun build ./src/index.ts --outdir=out",
|
"build": "bun build ./src/index.ts --outdir=out",
|
||||||
|
|
Loading…
Reference in New Issue