Sandvich
DTDrizzle Team
•Created by TAINCER on 4/23/2024 in #help
Drizzle wants to truncate my tables when not needed
Not sure if this is an sqlite limitation or a drizzle limitation. Either way you're not doing anything wrong
2 replies
Nuxt weird error: Cannot destructure property 'type' of 'vnode' as it is null
@Ali Robel Dude are you a bot? Your reply looks like a generic AI answer that doesn't understand this is Vue AND you've ignored his reply saying the problem is solved
3 replies
Nitro plugin while loop stucks server
https://nitro.unjs.io/guide/tasks#scheduled-tasks
Could use this to run whatever code you want every minute
20 replies
Nitro plugin while loop stucks server
Sorry I meant child_process fork https://nodejs.org/api/child_process.html#child_processforkmodulepath-args-options
20 replies
Nitro plugin while loop stucks server
Maybe you want something like this? https://nodejs.org/api/child_process.html#child_processspawncommand-args-options
20 replies
Deploy without Nitro
I believe Nitro is way too ingrained into the framework to be removed. Without it nothing would work. I believe when you fetch a page (even non SSR) you hit the nitro code first which creates your nuxt instance. For what reason would you want to remove nitro?
Could you solve your problem by doing just Vue?
9 replies