From 048a1f06d62967a2851cc4ac78fda0fc1e636d01 Mon Sep 17 00:00:00 2001 From: zemion Date: Thu, 25 Sep 2025 20:45:15 +0200 Subject: [PATCH] remove path from start.bat --- .gitignore | 5 ++++- start.bat | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 138c10f..50bc3cf 100644 --- a/.gitignore +++ b/.gitignore @@ -123,4 +123,7 @@ venv.bak/ # mypy .mypy_cache/ .dmypy.json -dmypy.json \ No newline at end of file +dmypy.json + +# Other +start-local.bat \ No newline at end of file diff --git a/start.bat b/start.bat index e5d8ee9..2e09bb2 100644 --- a/start.bat +++ b/start.bat @@ -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%" \ No newline at end of file