Skip to content

Commit

Permalink
Merge pull request #4 from whaaaley/next
Browse files Browse the repository at this point in the history
Next
  • Loading branch information
whaaaley authored Dec 11, 2024
2 parents aa9c1fa + f14fda7 commit c1cdb4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"build": "vite build --watch",
"build": "vite build",
"build-watch": "vite build --watch",
"dev": "vite"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion tmux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ tmux send-keys -t whaleybar:0.1 'cd server' C-m
tmux send-keys -t whaleybar:0.1 'deno task start' C-m

tmux send-keys -t whaleybar:0.2 'cd client' C-m
tmux send-keys -t whaleybar:0.2 'npm run build' C-m
tmux send-keys -t whaleybar:0.2 'npm run build-watch' C-m

tmux attach-session -t whaleybar

0 comments on commit c1cdb4a

Please sign in to comment.