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 e51659dedae35478dbfa2be59d4d28cf98819540..0000000000000000000000000000000000000000 --- 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