feat(app): configurable Modrinth endpoints through .env files (#4015)

This commit is contained in:
Alejandro González
2025-07-22 00:55:57 +02:00
committed by GitHub
parent 87de47fe5e
commit d4516d3527
15 changed files with 95 additions and 49 deletions

View File

@@ -74,6 +74,10 @@ jobs:
cp .env.local .env
sqlx database setup
- name: ⚙️ Set app environment
working-directory: packages/app-lib
run: cp .env.staging .env
- name: 🔍 Lint and test
run: pnpm run ci