Skip to content

Commit

Permalink
fix(dev-server): remove echo
Browse files Browse the repository at this point in the history
  • Loading branch information
craftzdog committed Oct 22, 2024
1 parent d608078 commit c00f1a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/dev-server
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/usr/bin/env bash

SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
echo $SCRIPT_DIR

bunx --bun vite "$SCRIPT_DIR/.."

0 comments on commit c00f1a7

Please sign in to comment.