chore(web): enable experimental HTTPS and fix scanner active states

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Naiyuan Qing 2026-02-05 10:44:29 +08:00
parent 037908cf8d
commit 22c957ee76
2 changed files with 2 additions and 1 deletions

View file

@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --port 3001",
"dev": "next dev --port 3001 --experimental-https",
"build": "next build",
"start": "next start",
"lint": "eslint"