.output

.output/ is the default production build output.

Vuloom writes:

  • client assets to .output/public/
  • the production server bundle to .output/server/index.js
  • .output/public/.vite/manifest.json for client asset resolution

Vuloom does not use .output/ as source code. Delete and rebuild it at any time.

Use vuloom start after vuloom build to serve the built client output together with the server bundle in .output/server/.