hmmmmm
Some checks failed
/ ls (pull_request) Failing after 23s
/ ls (push) Successful in 1m29s
/ ls (release) Successful in 59s

This commit is contained in:
lubiana 2025-06-18 20:47:13 +02:00
parent a5e54e9f5b
commit c29e09ccc0
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk
6 changed files with 378 additions and 4 deletions

View file

@ -8,7 +8,7 @@ fi
mkdir $TARGETDIR
cd $TARGETDIR || return
pathsToCopy="public bin config migrations src templates composer.json composer.lock symfony.lock .env"
pathsToCopy="public bin config migrations src templates composer.json composer.lock symfony.lock .env importmap.php"
for path in $pathsToCopy
do