# coolify-nuxt-example **Repository Path**: neychang/coolify-nuxt-example ## Basic Information - **Project Name**: coolify-nuxt-example - **Description**: 测试用 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-24 - **Last Updated**: 2025-08-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Coolify Configuration 1. Use `Nixpacks`. 2. Set `Ports Exposed` to `3000` (or any port you set). 3. Set `Start Command` to `node .output/server/index.mjs` - Alternatively, you can set the `start` script inside `package.json` to `node .output/server/index.mjs`. Then Nixpacks will automatically use it as the start command.