feat(cli): upgrade next and elysia (#533)

This commit is contained in:
Aman Varshney
2025-08-24 23:29:15 +05:30
committed by GitHub
parent d28a2daea4
commit da2bef7088
8 changed files with 34 additions and 51 deletions

View File

@@ -1,5 +1,7 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {};
const nextConfig: NextConfig = {
typedRoutes: true,
};
export default nextConfig;

View File

@@ -5,8 +5,7 @@
"scripts": {
"dev": "next dev --turbopack --port=3001",
"build": "next build",
"start": "next start",
"lint": "next lint"
"start": "next start"
},
"dependencies": {
"radix-ui": "^1.4.2",
@@ -14,7 +13,7 @@
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.487.0",
"next": "15.3.0",
"next": "15.5.0",
"next-themes": "^0.4.6",
"react": "^19.0.0",
"react-dom": "^19.0.0",

View File

@@ -25,7 +25,7 @@ export default function Header() {
{{#if (includes examples "ai")}}
{ to: "/ai", label: "AI Chat" },
{{/if}}
];
] as const;
return (
<div>