Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
Oblivion
Explore posts from servers
S
SolidJS
BA
Better Auth
Posts
Comments
S
SolidJS
•
Created by Oblivion on 4/23/2025 in
#support
Solid Start, how to add backend/nitro plugin?
Lets say I want to have this code initializing when i start/restart the server itself, independent of any clients visiting the webapp?
console.log('Plugin started')
setInterval(()=>{ console.log('Plugin running') }, 5000)
console.log('Plugin started')
setInterval(()=>{ console.log('Plugin running') }, 5000)
3 replies