From 8c230d3596ef505d12c60ac07bcd6b54f3a38fad Mon Sep 17 00:00:00 2001 From: Aran Roig Date: Sat, 2 May 2026 16:40:00 +0200 Subject: [PATCH] Ahora si --- frontend/.env.production | 1 + frontend/.gitignore | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 frontend/.env.production diff --git a/frontend/.env.production b/frontend/.env.production new file mode 100644 index 0000000..f896313 --- /dev/null +++ b/frontend/.env.production @@ -0,0 +1 @@ +API_BASE_URL=https://dragonroll.aranroig.com/api \ No newline at end of file diff --git a/frontend/.gitignore b/frontend/.gitignore index 4a7f73a..4e96841 100644 --- a/frontend/.gitignore +++ b/frontend/.gitignore @@ -21,4 +21,4 @@ logs # Local env files .env .env.* -!.env.example +!.env.production \ No newline at end of file