Skip to content

Commit

Permalink
refactor: src entrypoint dist
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrastopoulos committed Feb 4, 2025
1 parent 4bcc1c5 commit debbfb3
Showing 1 changed file 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 @@ -2,7 +2,7 @@
"name": "tartanhacks-backend",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"main": "dist/src/index.js",
"scripts": {
"build": "rm -rf dist && tsc --build && copyfiles -u 1 **/*.mjml dist",
"start": "doppler setup -p tartanhacks-backend -c prd && doppler run -- node . || echo \"Did you run 'npm run build'?\"",
Expand Down

0 comments on commit debbfb3

Please sign in to comment.