main
All checks were successful
UI Deploy (Next-Auth Support) 🎨 / build-and-deploy (push) Successful in 3m27s

This commit is contained in:
2026-01-30 03:34:53 +03:00
parent fd8dceab1a
commit ba4d1d23a4
2 changed files with 64 additions and 24 deletions

View File

@@ -3,7 +3,7 @@
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "next dev --webpack --experimental-https -p 3001",
"dev": "next dev --webpack -p 3001",
"build": "next build --webpack",
"start": "next start",
"lint": "eslint"
@@ -41,4 +41,4 @@
"typescript": "^5"
},
"description": "Generated by Frontend CLI"
}
}