This commit is contained in:
2026-04-24 23:46:50 +03:00
parent 30592394ef
commit 14159911f0
5 changed files with 243 additions and 96 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 next dev --webpack --experimental-https -p 3001",
"dev": "next dev -p 6195",
"build": "next build --webpack",
"start": "next start",
"lint": "eslint"
@@ -46,4 +46,4 @@
"typescript": "^5"
},
"description": "Generated by Frontend CLI"
}
}