#!/usr/bin/env sh # rocie - An enterprise grocery management system # # Copyright (C) 2024 Benedikt Peetz # Copyright (C) 2025 Benedikt Peetz # Copyright (C) 2026 Benedikt Peetz # SPDX-License-Identifier: GPL-3.0-or-later # # This file is part of Rocie. # # You should have received a copy of the License along with this program. # If not, see . use flake root="$(git rev-parse --show-toplevel)" PATH_add ./scripts PATH_add ./target/debug PATH_add ./target/release PATH_add ./target/profiling export ROCIE_DB_PATH="$root/target/db.sql" export DATABASE_URL="sqlite://$root/target/database.sqlx"