pinefin
pinefin
NNuxt
Created by pinefin on 2/17/2025 in #❓・help
Nitro Plugin Question
How do I make a plugin not restart every time i save a different file? id rather it restart (every time i do npm run dev for example) and stay running with the same data
4 replies
NNuxt
Created by pinefin on 2/14/2025 in #❓・help
run serverside code on startup
i want to make code run at runtime, im struggling to find out how, ive tried plugins/hooks, i've tried putting code in the base scope of a utils file, ive tried nitro plugins, not sure what else to do. i want this to start an interval and run in the background of the whole server and not be needed by any of the other scripts (besides the data that it edits offhand)
20 replies