Skip to content

Commit

Permalink
feat: add build and start script
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielbsx committed Mar 28, 2023
1 parent e8a1c75 commit b567ae5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
tmp
node_modules
public
.env
.env
dist
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"main": "app.ts",
"scripts": {
"start:dev": "tsx watch ./src/main/app.ts",
"build": "tsc",
"start": "node ./dist/main/app.js",
"lint:fix": "eslint --fix ./src/main"
},
"author": "gabrielbsx",
Expand Down

0 comments on commit b567ae5

Please sign in to comment.