# ============================================================
#  Buzzware — Root Environment
#
#  This project runs entirely on Firebase (no backend server).
#  Firebase credentials are configured per-app in:
#    apps/web/.env
#
#  This file is for root-level tooling only (turbo, pnpm).
# ============================================================

# Node environment
NODE_ENV=development

# App version (injected at build time)
APP_VERSION=1.0.0
