Yaiko
Yaiko
NNuxt
Created by Yaiko on 5/8/2024 in #❓・help
Dynamic RuntimeConfig?
It won't work because this variable is only defined in the runtimeConfig.
3 replies
NNuxt
Created by Yaiko on 4/17/2024 in #❓・help
Nitro plugin while loop stucks server
Yes, I don't have other option than using while since I also run async code on it.
20 replies
NNuxt
Created by Yaiko on 4/17/2024 in #❓・help
Nitro plugin while loop stucks server
Yes, already tried using async but still stucks.
20 replies
NNuxt
Created by Yaiko on 4/17/2024 in #❓・help
Nitro plugin while loop stucks server
The only solution I see is to Nitro to not wait for the plugin to finish running, somehow.
20 replies
NNuxt
Created by Yaiko on 4/17/2024 in #❓・help
Nitro plugin while loop stucks server
That method looks a bit complex and it opens a new Node instance, not exactly what I'm trying to do... Crons won't work since I want this while loop to always run.
20 replies
NNuxt
Created by Yaiko on 4/17/2024 in #❓・help
Nitro plugin while loop stucks server
child_process is for running shell commands. I opened the case because Nuxt plugins should allow running this kind of background plugins...
20 replies
NNuxt
Created by Yaiko on 2/18/2023 in #❓・help
[3.2.2] `createError` on Api
@Fabian B. I'm trying but how can be possible to change the nitro version? for example I'm trying to use nuxt 3.1.1 but not with nitro 2.2.2
5 replies
NNuxt
Created by Yaiko on 1/6/2023 in #❓・help
Including folders on build?
for example server/scripts/s1.ts should be included in the .output/server/chunks as .mjs, anyone knows how to do this? 🙏
3 replies
NNuxt
Created by Yaiko on 1/6/2023 in #❓・help
Including folders on build?
Anyone can help me please? Im trying to include other files in the build, already tried rollup options and nitro options 😒 i want to include other files on the .output/server file that are not being included in the build
3 replies