mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
feat(cli): upgrade to nuxt 4.1 (#570)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user