From 0e9f675048da60e46c62c4deec768f7d6a0374db Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Tue, 27 Jan 2026 15:48:02 +0100 Subject: [PATCH] Aggiunto script x riportare modifiche su SRC --- copyIcarusSrc.ps1 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 copyIcarusSrc.ps1 diff --git a/copyIcarusSrc.ps1 b/copyIcarusSrc.ps1 new file mode 100644 index 0000000..a1ec309 --- /dev/null +++ b/copyIcarusSrc.ps1 @@ -0,0 +1,3 @@ +# Esecuzione copia da aree src progetto ICARUS 3d Viewer live a src x npm build/pack + +Copy-Item -Path "IcarusView\3MF_test\Web3D-Vue\Web3D_viewer_live\src\draw\*" -Destination "IcarusView\src\draw" -Recurse \ No newline at end of file