updated routine for relative paths

This commit is contained in:
2025-04-15 16:14:06 +01:00
parent 19cb98cb26
commit b8ef8bc220
2 changed files with 14 additions and 4 deletions

6
client/package-lock.json generated Normal file
View File

@@ -0,0 +1,6 @@
{
"name": "client",
"lockfileVersion": 3,
"requires": true,
"packages": {}
}

View File

@@ -1,9 +1,13 @@
@echo off @echo off
cd /d "C:\Users\info\noura\website\transmediale-noura-tafeche\client"
REM Set the base path to the directory of this batch file
set BASEDIR=%~dp0
cd /d "%BASEDIR%\..\client"
start cmd /k live-server start cmd /k live-server
cd /d "C:\Users\info\noura\website\transmediale-noura-tafeche\server" cd /d "%BASEDIR%\..\server"
start cmd /k npm run dev start cmd /k npm run dev
cd /d "C:\Users\info\noura\utilities" cd /d "%BASEDIR%"
start cmd "hide-taskbar.exe" start hide-taskbar.exe