Deployment
Deployment - App
Learn how to deploy your Launchit application
Coolify
To deploy your Launchit application to Coolify, you need to make sure you follow these steps:
- Create a new project in Coolify. Choose private repositories and select your GitHub repository.
- Leave everything as default in your configuration. The
package.json
in your root directory will handle everything. Leave the base directory as/
. - Enter your environment variables. Make sure you check
Build Variable
for each variable, because otherwise the compiler will not be able to access them and your build will fail.
Vercel
Set your directory to /app
in the Vercel configuration. Also make sure to select Next.JS
, else the build will fail because of edge middleware issues.