aboutsummaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-rw-r--r--justfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/justfile b/justfile
index a8af4ff..a5bfcea 100644
--- a/justfile
+++ b/justfile
@@ -1,6 +1,6 @@
dev:
bun run build
- go run . -dev -config config.toml
+ go run . -dev
build:
bun run build