Skip to main content

Create Abyss App Deprecated

Starting an app with `create-abyss-app` is deprecated. Please refer to our Templates documentation for the recommended setup path.
View Templates

Settings

Overview

Danger

These settings are for Abyss workspaces that include a .abyss/settings.json file.

Settings help configure the backend and the build process. Abyss settings config file is called settings.json under the .abyss config directory.

├── .abyss
| ├── environments.json
| └── settings.json

Abyss Configuration

Here are the default settings:

{
"buildType": "server-node"
}
Table of Contents