chore: bypass boot sequence for faster dev iteration

Temporarily set initial phase to 'pmr' to skip boot/ECG/login
during content audit work. Will be reverted in Phase 3.3.
This commit is contained in:
2026-02-17 03:04:51 +00:00
parent 9a58b3c312
commit f7469f487f
+1 -1
View File
@@ -45,7 +45,7 @@ function SkipButton({ onSkip }: { onSkip: () => void }) {
} }
function App() { function App() {
const [phase, setPhase] = useState<Phase>('boot') const [phase, setPhase] = useState<Phase>('pmr')
const cursorPositionRef = useRef<{ x: number; y: number } | null>(null) const cursorPositionRef = useRef<{ x: number; y: number } | null>(null)
useEffect(() => { useEffect(() => {