File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -37,3 +37,5 @@ yarn-error.log*
37
37
.vercel
38
38
39
39
.idea
40
+
41
+ dist
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @milktoast-lab/SolNFTBot" ,
3
3
"version" : " 1.0.0" ,
4
- "main" : " dist/index.js" ,
5
- "types" : " dist/index.d.ts" ,
4
+ "main" : " dist/src/ index.js" ,
5
+ "types" : " dist/src/ index.d.ts" ,
6
6
"license" : " MIT" ,
7
7
"engines" : {
8
8
"node" : " >=16.6"
9
9
},
10
10
"scripts" : {
11
11
"dev" : " PORT=4000 ts-node src/server.ts" ,
12
- "start" : " PORT=4000 NODE_ENV=production ts-node src/server.ts" ,
12
+ "build" : " tsc" ,
13
+ "start" : " PORT=4000 NODE_PATH=./dist/src NODE_ENV=production node dist/src/server.js" ,
13
14
"test" : " jest --no-watchman" ,
14
15
"lint-format" : " prettier -c ./src/**/*.{ts,tsx}" ,
15
16
"fix-format" : " prettier -w ./src/**/*.{ts,tsx}"
You can’t perform that action at this time.
0 commit comments