#!/bin/sh

# SPDX-FileCopyrightText: SUSE LLC
# SPDX-License-Identifier: Apache-2.0

cd -P -- "$(dirname -- "$0")"
PHX_SERVER=true exec ./trento start
