Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 412 Bytes

readme.md

File metadata and controls

14 lines (10 loc) · 412 Bytes

Vavite NestJS example

serverEntry example that shows how to integrate with NestJS.

Clone with:

npx degit cyco130/vavite/examples/nestjs

All examples have "type": "module" in their package.json.

  • For Vite v2, remove it to use CommonJS (CJS).
  • If you want to use CommonJS with Vite v3+, add legacy.buildSsrCjsExternalHeuristics: true to your Vite config.