pinefin
custom nitro plugin is not running in cloudflare-pages
i have a custom nitro plugin, is not running in cloudflare-pages.
this is all it does, inside of the accountManager creates a interval that ticks and handles everything. im not sure if this is possible or not in pages but
7 replies
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