mirror of
https://github.com/apotdevin/thunderhub.git
synced 2025-02-21 22:11:37 +01:00
fix: allow insecure headers for hodlhodl
This commit is contained in:
parent
d11f49de55
commit
ad91160256
2 changed files with 4 additions and 3 deletions
|
@ -4,7 +4,8 @@
|
|||
"scripts": {
|
||||
"server:dev": "lerna run build:dev --stream --scope @thunderhub/server",
|
||||
"server:prod": "lerna run build --stream --scope @thunderhub/server",
|
||||
"server:run": "lerna run start --stream --scope @thunderhub/server"
|
||||
"server:start": "lerna run start --stream --scope @thunderhub/server",
|
||||
"deploy": "lerna run deploy --stream"
|
||||
},
|
||||
"workspaces": {
|
||||
"packages": [
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"build": "webpack --config webpack.production.js",
|
||||
"build:dev": "webpack --config webpack.development.js",
|
||||
"start": "node --http-parser=legacy dist/server",
|
||||
"dev": "nodemon --http-parser=legacy dist/server",
|
||||
"start": "node --insecure-http-parser dist/server",
|
||||
"dev": "nodemon --insecure-http-parser dist/server",
|
||||
"deploy": "yarn build && eb deploy",
|
||||
"precommit": "pretty-quick --staged"
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue