NuxtN
Nuxt11mo ago
4 replies
pinefin

no .output files

I'm building with these build scripts:

"scripts": {
    "build": "nuxi build --preset=cloudflare_pages",
    "dev": "nuxt dev",
    "generate": "nuxt generate",
    "preview": "nuxt preview",
    "postinstall": "nuxt prepare",
    "db:generate": "drizzle-kit generate"
  },


dist has all the files in the world but .output and .output/public are completely empty. and i dont know what's going on
Was this page helpful?