I am building a Vue app using pages but need access to other services. In looking through the configuration, server/index.js is the entry point for worker code. Is there a way to configure multiple files for my worker configurations so I can have the service split out. As an example, have one file for KV and another for D1
I have tried deploying a functions folder but nothing in that directory seems to get compiled when running 'npm run build'