mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-27 21:33:41 +02:00
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:
@@ -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"
|
||||
|
||||
@@ -31,6 +31,7 @@ export interface QrScannerProps {
|
||||
}
|
||||
|
||||
const ACTIVE_STATES: ScannerState[] = [
|
||||
"requesting",
|
||||
"scanning",
|
||||
"detected",
|
||||
"success",
|
||||
|
||||
Reference in New Issue
Block a user