summaryrefslogtreecommitdiff
path: root/backend/justfile
diff options
context:
space:
mode:
authorPaweł Bernaciak <pawelbernaciak@zohomail.eu>2023-10-14 21:04:48 +0200
committerPaweł Bernaciak <pawelbernaciak@zohomail.eu>2023-10-19 17:22:49 +0200
commit17785848eb53f8d0420f6b6b3be00a0d10be4e1e (patch)
treeb8de3cb798463e883aaabbcddcb138f9f1940dae /backend/justfile
parent387db91e12bb679711db9b868110b2823612457e (diff)
Create backend project
Diffstat (limited to 'backend/justfile')
-rw-r--r--backend/justfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/backend/justfile b/backend/justfile
new file mode 100644
index 0000000..59f4670
--- /dev/null
+++ b/backend/justfile
@@ -0,0 +1,2 @@
+dev:
+ dotnet watch --project ./Elements.Backend \ No newline at end of file