This commit is contained in:
2026-08-28 12:33:02 +03:00
parent e504de8705
commit cc89c4a10c
11 changed files with 16 additions and 63 deletions
+11 -4
View File
@@ -1,8 +1,15 @@
# dx 4
run
### run
- frontend `bun dev --host`
- backend `cd ./backend-php/; ./dev.ps1` or `cat ./dev.ps1 | sh` if you are in other os
`bun dev --host` and `cd ./backend-php/; ./dev.ps1` or `cat ./dev.ps1 | sh` if you are in other os
### IMPORTANT
# IMPORTANT
change `API_BASE_URL` in `src/App.jsx`
- main
- change `API_BASE_URL` in `src/App.jsx`
- dx4dashboard
- change `base` in `vite.config.ts`
- change `API_BASE_URL` and `CLIENT_FRONTEND_URL` in `src/App.jsx`
- backend
- change `ADMIN_PASS` and `API_PATH` in `admin_api.php`