I am trying to follow the backend-integration in the docs but with typescript instead of js. Not sure where I'm going wrong.
I'm looking to serve code using a express server. I would like the dev server to be able to serve html and ts files on endpoints and also be able to build for production so it can run with something like node main.js without any other dependencies installed like node_modules. The built files in dist should be entirely self contained.
Besides this
(!) Could not auto-determine entry point from rollupOptions or html files and there are no explicit optimizeDeps.include patterns. Skipping dependency pre-bundling.
I couldn't find any other messages in the terminal. Not sure why this exists even though the input in rollupOptions is specified.
MWE.
Thank you for any help that you can provide.