Skip to content

Commit

Permalink
add starttls parcel script to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dvmarinoff committed Dec 28, 2024
1 parent d852796 commit 4189920
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
/gists/
/src/simulation-scripts.js
**/.DS_Store
**/dev_cert
.cache
notes.txt
env.js
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"scripts": {
"test": "jest",
"start": "parcel",
"starttls": "parcel --cert ./dev_cert/cert.pem --key ./dev_cert/key.pem",
"build": "parcel build"
},
"dependencies": {
Expand Down

0 comments on commit 4189920

Please sign in to comment.