From 517654bfbf2f3445c777a30af93256ce48900187 Mon Sep 17 00:00:00 2001 From: Jared Date: Tue, 1 Jul 2025 08:00:16 +0200 Subject: [PATCH] fixed config names --- config dev.json => config_dev.json | 0 config prod.json => config_prod.json | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename config dev.json => config_dev.json (100%) rename config prod.json => config_prod.json (100%) diff --git a/config dev.json b/config_dev.json similarity index 100% rename from config dev.json rename to config_dev.json diff --git a/config prod.json b/config_prod.json similarity index 100% rename from config prod.json rename to config_prod.json