chore(copy-dist): removee unnecesary copy of tsconfig.webpack.json

webpack bundling already ran before this script, so there is no need to copy this file over
This commit is contained in:
Panagiotis Papadopoulos 2025-02-23 18:37:29 +01:00 committed by Panagiotis Papadopoulos
parent e483cbca3c
commit 60a2b56636

View File

@ -31,7 +31,6 @@ const copy = async () => {
const filesToCopy = [
"config-sample.ini",
"tsconfig.webpack.json",
"./src/etapi/etapi.openapi.yaml",
"./src/routes/api/openapi.json"
];