Skip to content

Commit

Permalink
fix: rename main file
Browse files Browse the repository at this point in the history
Renames the 'main.ts' file to 'index.ts' in order to align with
settings for different tooling options.
  • Loading branch information
DiCanio committed Feb 15, 2024
1 parent 87e14cb commit e062381
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"start": "nest start",
"start:dev": "nest start --watch",
"start:debug": "nest start --debug --watch",
"start:prod": "node dist/main"
"start:prod": "node dist/index"
},
"keywords": [],
"license": "MIT",
Expand Down
File renamed without changes.

0 comments on commit e062381

Please sign in to comment.