update backend run

This commit is contained in:
2026-08-28 15:05:03 +03:00
parent 15187ca11b
commit 114ba523f4
3 changed files with 5 additions and 1 deletions
+4 -1
View File
@@ -2,7 +2,10 @@
### run
- frontend `bun dev --host`
- backend `cd ./backend-php/; ./dev.ps1` or `cat ./dev.ps1 | sh` if you are in other os
- backend `cd ./backend-php/`
- make sure that you have `pdo_sqlite`
- oonix `chmod +x ./dev.sh` and then `./dev.sh`
- uindos `cat ./dev.sh | iex` in poersel
### IMPORTANT