Integrate Prototype_latest.jsx as the main App component. Skip tsc in build since prototype is plain JSX. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
16 lines
481 B
HTML
16 lines
481 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>BreadTalk Membership</title>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|
|
<!-- Auto-deploy test Tue 20 Jan 2026 12:33:00 +0630 -->
|
|
<!-- Auto-deploy v2 Tue 20 Jan 2026 12:37:47 +0630 -->
|