A guide on how to deploy a Nuxt app with Coolify.
nuxt build
)Build Pack
to nixpacks
.node .output/server/index.mjs
start
script inside package.json to node .output/server/index.mjs
. Then Nixpacks will automatically use it as the start command.
nuxt generate
)Build Pack
to nixpacks
.Is it a static site?
.Output Directory
to dist
.nitro build
)Build Pack
to nixpacks
.node .output/server/index.mjs
start
script inside package.json to node .output/server/index.mjs
. Then Nixpacks will automatically use it as the start command.