fix: 删除冗余日志并更新页面标题

- 删除了多余的控制台输出语句
- 更新页面标题为“Fullstack Starter”
This commit is contained in:
2026-01-17 14:58:55 +08:00
parent f9e3af2291
commit cc5f2758fd
2 changed files with 1 additions and 2 deletions

View File

@@ -1 +0,0 @@
console.log('Hello via Bun!')

View File

@@ -16,7 +16,7 @@ export const Route = createRootRoute({
content: 'width=device-width, initial-scale=1',
},
{
title: 'TanStack Start Starter',
title: 'Fullstack Starter',
},
],
links: [