feat(cli): upgrade to nuxt 4.1 (#570)

This commit is contained in:
Aman Varshney
2025-09-09 14:19:44 +05:30
committed by GitHub
parent b7c28d3c6d
commit c196a563f3
6 changed files with 13 additions and 13 deletions

View File

@@ -12,7 +12,7 @@ export default defineNuxtConfig({
devServer: {
port: 3001
},
ssr: false,
ssr: true,
{{#if (eq backend "convex")}}
convex: {
url: process.env.NUXT_PUBLIC_CONVEX_URL,