Skip to content

Commit

Permalink
updates render & railway deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandomuzaber committed Dec 17, 2023
1 parent 2caf230 commit a1026c7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
"version": "1.0.0",
"description": "",
"main": "dist/server.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node .",
"dev": "nodemon .",
"build": "esbuild ./src --bundle --minify --platform=node --target=node18 --outfile=dist/server.js"
"build": "npm run clean && esbuild ./src --bundle --minify --platform=node --target=node18 --outfile=dist/server.js",
"clean": "rm -rf dist && mkdir dist"
},
"engines": {
"node": "18.x"
Expand Down

0 comments on commit a1026c7

Please sign in to comment.