New Vue Storefront SDK

I have a Nuxt 3 project using the new SDK for vue storefront. I see that the middleware is an express server in addition to the Nuxt 3 builtin server, and this needs to be public which is yet another endpoint to maintain. Can I run the middleware through nuxt without creating another endpoint, like in the old setup?
2 Replies
rohrig
rohrigβ€’7mo ago
Hi @giorgiopogliani πŸ‘‹ , of course you're free to do what you like. But current architecture doesn't support it. You'd need to implement it on your own. πŸ˜„
giorgiopogliani
giorgiopoglianiβ€’7mo ago
@rohrig thanks for the reply. That's what I thought..