move frontend testing outside app directory
This commit is contained in:
parent
45a93e5a23
commit
11cd2c492f
4 changed files with 6 additions and 2 deletions
2
start.sh
2
start.sh
|
@ -80,7 +80,7 @@ sleep 3
|
|||
|
||||
# Avvia frontend
|
||||
print_status "Avvio frontend..."
|
||||
cd app
|
||||
cd testing
|
||||
http-server -p 3000 -o &
|
||||
FRONTEND_PID=$!
|
||||
cd ..
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue