Josh Deltener
Josh Deltener
NNuxt
Created by Josh Deltener on 2/12/2025 in #❓・help
async plugins with await - typescript angry
No description
12 replies
NNuxt
Created by Josh Deltener on 2/12/2025 in #❓・help
async plugins with await - typescript angry
TBH I never knew i had to be concerned with the type of an await .. i clearly need more xp in ts land!
12 replies
NNuxt
Created by Josh Deltener on 2/12/2025 in #❓・help
async plugins with await - typescript angry
i highly doubt it does 😛
12 replies
NNuxt
Created by Josh Deltener on 2/12/2025 in #❓・help
async plugins with await - typescript angry
@TheAlexLichter am I being dumb again?
12 replies
NNuxt
Created by Josh Deltener on 7/30/2024 in #❓・help
Does anyone know how to set the keepAliveTimeout for nitro in Nuxt 3?
I really don't want to create my own node preset just to control 2 values for the server being spun up (and loose all the great stuff the preset already has)
13 replies
NNuxt
Created by Josh Deltener on 7/30/2024 in #❓・help
Does anyone know how to set the keepAliveTimeout for nitro in Nuxt 3?
13 replies
NNuxt
Created by Josh Deltener on 7/30/2024 in #❓・help
Does anyone know how to set the keepAliveTimeout for nitro in Nuxt 3?
I beat up my server for 10 min and had zero errors from the load balancer .. but this solution is fragile, there should be a super easy way to do this natively that doesn't involve creating my own Nitro preset or something.
13 replies
NNuxt
Created by Josh Deltener on 7/30/2024 in #❓・help
Does anyone know how to set the keepAliveTimeout for nitro in Nuxt 3?
Here's my terrible tweak that seems to work..
"scripts": {
"build": "nuxt build && echo 'server.keepAliveTimeout = 35000;server.headersTimeout = 36000;' >> .output/server/chunks/runtime.mjs"}}
"scripts": {
"build": "nuxt build && echo 'server.keepAliveTimeout = 35000;server.headersTimeout = 36000;' >> .output/server/chunks/runtime.mjs"}}
13 replies
NNuxt
Created by Josh Deltener on 7/30/2024 in #❓・help
Does anyone know how to set the keepAliveTimeout for nitro in Nuxt 3?
@manniL / @danielroe / @Atinux any better way to set this?
13 replies
NNuxt
Created by Josh Deltener on 7/30/2024 in #❓・help
Does anyone know how to set the keepAliveTimeout for nitro in Nuxt 3?
yeah i saw those too, not great 😦
13 replies
NNuxt
Created by Josh Deltener on 6/25/2024 in #❓・help
What's the right way to install Pinia?
Me too, but the install docs say to install pinia too (https://pinia.vuejs.org/ssr/nuxt.html#Nuxt-js) .. I would have thought when I first installed this about a year ago I would have followed the docs back then.. shrug.
6 replies
NNuxt
Created by Thr0nSK on 4/10/2024 in #❓・help
Rendering a component in server routes
Sorry no. I assume you're wanting to return an SVG?
8 replies
NNuxt
Created by Thr0nSK on 4/10/2024 in #❓・help
Rendering a component in server routes
Why do you need it as a server asset, is it being used from a non-Nuxt site?
8 replies
NNuxt
Created by Hermes Alves on 3/6/2023 in #❓・help
Dev mode or production mode? How can check it?
ah perfect, thanks!
6 replies
NNuxt
Created by Hermes Alves on 3/6/2023 in #❓・help
Dev mode or production mode? How can check it?
Is there some way to access this inside nuxt.config.js?
6 replies