Relative Content

Tag Archive for javascriptnode.jswebpacknuxt.jsvite

How to specify multiple entrypoints in Vite with Nuxt.JS

We’re in the process of migrating our code over from a pure webpack/typescript/node model to using Nuxt.JS. Originally, for our backend we have 3 processes (4 including main) that were run concurrently using node’s child process functionality. Here’s an example of what that looked like: