Update package.json and remove unused files

This commit is contained in:
dertyp7
2024-01-18 20:51:08 +01:00
parent bd53273070
commit ec3596bd4b
8 changed files with 2474 additions and 34 deletions

6
build_dev.sh Normal file
View File

@@ -0,0 +1,6 @@
#!/bin/sh
./build.sh
# cp files from dist to root folder and keep track of the files in a .dev_files_to_delete file
find ./dist -type f -exec cp {} ./ \; -exec echo {} >> .dev_files_to_delete \;