Moved index.ts to src/server.ts and created stub files for types, db, auth, and cli modules. Added minimal placeholder for dashboard. Removed generated README.md in favor of CLAUDE.md and docs/plan.md.
12 lines
257 B
HTML
12 lines
257 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>claude-remote</title>
|
|
</head>
|
|
<body>
|
|
<h1>claude-remote</h1>
|
|
<p>Dashboard coming soon.</p>
|
|
</body>
|
|
</html>
|