shit didnt woirk. frucky ou

This commit is contained in:
2025-08-12 20:37:59 +02:00
parent 525297f19b
commit c1ef310f6a
3 changed files with 6 additions and 1 deletions

View File

@@ -4,6 +4,8 @@
but more lightweight but more lightweight
run the bash script to start the server.
if you want to contribute write tests like this: if you want to contribute write tests like this:
### FileStructure: ### FileStructure:

View File

@@ -2,6 +2,9 @@
set -e # exit if any command fails set -e # exit if any command fails
# Ensure QPP/database directory exists
mkdir -p QPP/database
python -m venv venv python -m venv venv
source venv/bin/activate source venv/bin/activate