~/composables/useCurrentUser.ts in an auth layer. If i recreate that file and function in my app project, basically "overriding" the layer with different logic. Will nuxt use my app project logic instead of the auth layers'?./server/db/schema/*.ts while still respecting the "overriding" from other layers and app project.