Move solutions out of the source itself
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-12-03 20:47:53 +01:00
parent 5c86431824
commit 68583b1b84
22 changed files with 71 additions and 69 deletions

3
src/bootstrap.php Normal file
View File

@ -0,0 +1,3 @@
<?php
define('DATA_DIR', dirname(__DIR__).'/data');