defaultYamlFileHeader constant
String
const defaultYamlFileHeader
Implementation
static const defaultYamlFileHeader = '''
# This file configures your Serverpod Cloud project.
# It is automatically generated and updated by the `scloud` command.
#
# Useful commands:
# - Deploy: `scloud deploy`
# - Get Help: `scloud help`
#
# For full documentation, visit: https://docs.serverpod.cloud
''';