updated routine for relative paths
This commit is contained in:
6
client/package-lock.json
generated
Normal file
6
client/package-lock.json
generated
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"name": "client",
|
||||||
|
"lockfileVersion": 3,
|
||||||
|
"requires": true,
|
||||||
|
"packages": {}
|
||||||
|
}
|
||||||
@@ -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
|
||||||
Reference in New Issue
Block a user