Skip to content

Commit

Permalink
chore: start command
Browse files Browse the repository at this point in the history
Signed-off-by: Logan McAnsh <[email protected]>
  • Loading branch information
mcansh committed Sep 11, 2023
1 parent 16c06dc commit fccb3e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"lint": "eslint --ignore-path .gitignore --cache --fix .",
"format": "prettier --ignore-path .gitignore --ignore-unknown --write .",
"validate": "run-p lint format type-check",
"prepare": "is-ci || husky install"
"prepare": "is-ci || husky install",
"start": "bun server.ts"
},
"dependencies": {
"@mcansh/remix-secure-headers": "^0.7.2",
Expand Down

0 comments on commit fccb3e4

Please sign in to comment.