This commit is contained in:
Jorijn van der Graaf 2025-02-03 22:51:20 +01:00
commit 8245a90e2f

View file

@ -28,7 +28,7 @@ Create a basic project file, that describes your web project.
"type": "executable", "type": "executable",
"dependencies": [ "dependencies": [
{ {
"path":"../project.json", "path":"path/to/Crafter.Web/project.json",
"configuration":"debug" "configuration":"debug"
} }
] ]