import { defineNitroPlugin } from "#imports"; export default defineNitroPlugin((nitroApp) => { console.log("Loading Server Settings"); });