diff options
| author | tyropro <[email protected]> | 2026-05-11 10:19:24 +0100 |
|---|---|---|
| committer | tyropro <[email protected]> | 2026-05-11 10:19:38 +0100 |
| commit | 9d55a27d01e6cd01825a1adb70a7f7bdcc792a0f (patch) | |
| tree | 7e972de001aca1b5dd4d74388550047ec1dcc6ee | |
| parent | 0fd0894f0d3dc35aac53c1cf08de0252c71ae60f (diff) | |
feature: added justfile
| -rw-r--r-- | justfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/justfile b/justfile new file mode 100644 index 0000000..46ce56f --- /dev/null +++ b/justfile @@ -0,0 +1,2 @@ +run: + bun run dev |
