Documentation
Configuration

Configuration

Airbase Project Structure

Files and Folders

      • airbase.link.json
    • airbase.json
    • airbase.zip
    • ... other project files
  • Configuration

    Project Specific Configuration

    airbase.json contains codebase options

    💡

    Configure project options using the airbase configure command in the CLI.

    Read more about the airbase.json format.

    .airbase contains project deployment configuration

    airbase.link.json links a project to this repository
    💡

    Link project using the airbase link command in the CLI.

    • The identifier of the Team on the Airbase Console
    • The identifier of the Project on the Airbase Console

    airbase.zip contains the deployment package and resources created during build

    • .next/: build output from the NextJS build process
    • node_modules/: traced dependencies used by the application
    • airbase.sh: the start script being invoked
    • additional resources identified or included during airbase build