From 29a2ff6d828518981aa731bef6cf087b77218acf Mon Sep 17 00:00:00 2001
From: Florent Poittevin <florent.poittevin@unige.ch>
Date: Wed, 3 May 2023 10:50:01 +0200
Subject: [PATCH] feat(proxy): add script proxy conf variable

---
 .../src/lib/proxy/public_api.ts               | 24 -------------------
 .../proxy.conf.variable.js}                   |  0
 2 files changed, 24 deletions(-)
 delete mode 100644 projects/solidify-frontend/src/lib/proxy/public_api.ts
 rename projects/solidify-frontend/src/{lib/proxy/proxy.conf.variable.cjs => scripts/proxy.conf.variable.js} (100%)

diff --git a/projects/solidify-frontend/src/lib/proxy/public_api.ts b/projects/solidify-frontend/src/lib/proxy/public_api.ts
deleted file mode 100644
index e51659ded..000000000
--- a/projects/solidify-frontend/src/lib/proxy/public_api.ts
+++ /dev/null
@@ -1,24 +0,0 @@
-/*-
- * %%----------------------------------------------------------------------------------------------
- * Solidify Framework - Solidify Frontend - public_api.ts
- * SPDX-License-Identifier: GPL-2.0-or-later
- * %----------------------------------------------------------------------------------------------%
- * Copyright (C) 2017 - 2023 University of Geneva
- * %----------------------------------------------------------------------------------------------%
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 2 of the
- * License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public
- * License along with this program.  If not, see
- * <http://www.gnu.org/licenses/gpl-2.0.html>.
- * ----------------------------------------------------------------------------------------------%%
- */
-
-export * from "./lib/public_api";
diff --git a/projects/solidify-frontend/src/lib/proxy/proxy.conf.variable.cjs b/projects/solidify-frontend/src/scripts/proxy.conf.variable.js
similarity index 100%
rename from projects/solidify-frontend/src/lib/proxy/proxy.conf.variable.cjs
rename to projects/solidify-frontend/src/scripts/proxy.conf.variable.js
-- 
GitLab