remove path from start.bat

This commit is contained in:
2025-09-25 20:45:15 +02:00
parent 9e86803439
commit 048a1f06d6
2 changed files with 5 additions and 2 deletions

5
.gitignore vendored
View File

@@ -123,4 +123,7 @@ venv.bak/
# mypy
.mypy_cache/
.dmypy.json
dmypy.json
dmypy.json
# Other
start-local.bat

View File

@@ -1,4 +1,4 @@
@echo off
set PHP_BIN=D:\php\php.exe
set PHP_BIN=... & :: add path to php executable
set DOCROOT=%~dp0public
"%PHP_BIN%" -S localhost:8000 -t "%DOCROOT%"