diff --git a/client/package-lock.json b/client/package-lock.json new file mode 100644 index 0000000..ac6f59a --- /dev/null +++ b/client/package-lock.json @@ -0,0 +1,6 @@ +{ + "name": "client", + "lockfileVersion": 3, + "requires": true, + "packages": {} +} diff --git a/utilities/routine.bat b/utilities/routine.bat index 7462729..99b6a7b 100644 --- a/utilities/routine.bat +++ b/utilities/routine.bat @@ -1,9 +1,13 @@ @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 -cd /d "C:\Users\info\noura\website\transmediale-noura-tafeche\server" +cd /d "%BASEDIR%\..\server" start cmd /k npm run dev -cd /d "C:\Users\info\noura\utilities" -start cmd "hide-taskbar.exe" \ No newline at end of file +cd /d "%BASEDIR%" +start hide-taskbar.exe \ No newline at end of file