kopia lustrzana https://github.com/badgen/badgen.net
fix: ssl error for next buld command
rodzic
5980610030
commit
a22f5d0679
|
|
@ -7,7 +7,7 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "eslint --ext .js,.ts,.jsx .",
|
"lint": "eslint --ext .js,.ts,.jsx .",
|
||||||
"build:api": "tsc -p server.tsconfig.json",
|
"build:api": "tsc -p server.tsconfig.json",
|
||||||
"build:web": "next build && next export -o dist",
|
"build:web": "NODE_OPTIONS=--openssl-legacy-provider next build && next export -o dist",
|
||||||
"build": "npm run tools && npm run build:web && npm run build:api",
|
"build": "npm run tools && npm run build:web && npm run build:api",
|
||||||
"dev": "npm run build && npm run dev:api",
|
"dev": "npm run build && npm run dev:api",
|
||||||
"dev:api": "nodemon --config nodemon.json index.ts",
|
"dev:api": "nodemon --config nodemon.json index.ts",
|
||||||
|
|
|
||||||
Ładowanie…
Reference in New Issue