mirror of
https://github.com/sasjs/server.git
synced 2026-01-05 22:00:05 +00:00
chore: added https server for production
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
"main": "./src/server.ts",
|
||||
"scripts": {
|
||||
"start": "nodemon ./src/server.ts",
|
||||
"start:prod": "nodemon ./src/prod-server.ts",
|
||||
"build": "rimraf build && tsc",
|
||||
"semantic-release": "semantic-release -d",
|
||||
"prepare": "[ -d .git ] && git config core.hooksPath ./.git-hooks || true",
|
||||
|
||||
Reference in New Issue
Block a user