mirror of
https://github.com/dvmarinoff/Auuki.git
synced 2026-02-17 15:37:39 +01:00
add starttls parcel script to package.json
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -6,6 +6,7 @@
|
||||
/gists/
|
||||
/src/simulation-scripts.js
|
||||
**/.DS_Store
|
||||
**/dev_cert
|
||||
.cache
|
||||
notes.txt
|
||||
env.js
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user