export default { server: { proxy: { "/api": { target: `ws://localhost:8078`, ws: true, } } }, }