Skip to main content
Deploy your built frontend app to Base44’s hosting platform. The command uploads your build output to Base44, making your site available at your app’s URL. To build your frontend and deploy in one step, pass --build. Otherwise, ensure your built files are already in the directory specified by site.outputDirectory in your config.jsonc.

Usage

Flags

Configuration

The site.outputDirectory in your base44/config.jsonc tells the CLI where your build tool outputs the compiled frontend files so that it knows which files to deploy to Base44 hosting.

See also