привет, подскажте как делать import from '../../../node_modules/vue' если
fastify.register(require('fastify-static'), {
root: path.join(__dirname, 'client'),
prefix: '/', // optional: default '/',
})
в итоге в html:
GET http://localhost:5000/node_modules/vue/dist/vue.esm.browser.js net::ERR_ABORTED 404 (Not Found)