nitro.json 245 B

123456789101112131415
  1. {
  2. "date": "2026-01-17T16:44:32.289Z",
  3. "preset": "static",
  4. "framework": {
  5. "name": "nuxt",
  6. "version": "3.17.4"
  7. },
  8. "versions": {
  9. "nitro": "2.11.12"
  10. },
  11. "commands": {
  12. "preview": "npx serve ./public"
  13. },
  14. "config": {}
  15. }