removed hardcoded paths

This commit is contained in:
Jorijn van der Graaf 2026-02-24 05:36:18 +01:00
commit b52e8bd236

View file

@ -76,11 +76,13 @@
"debug": true, "debug": true,
"dependencies": [ "dependencies": [
{ {
"path":"/home/jorijn/repos/Crafter/Crafter.Event/project.json", "path":"https://forgejo.catcrafts.net/Catcrafts/Crafter.Event.git",
"pathh":"/home/jorijn/repos/Crafter/Crafter.Event/project.json",
"configuration":"lib-debug" "configuration":"lib-debug"
}, },
{ {
"path":"/home/jorijn/repos/Crafter/Crafter.Math/project.json", "path":"https://forgejo.catcrafts.net/Catcrafts/Crafter.Math.git",
"pathh":"/home/jorijn/repos/Crafter/Crafter.Math/project.json",
"configuration":"lib-debug" "configuration":"lib-debug"
} }
] ]