feat: list markdown files
This commit is contained in:
@@ -9,7 +9,7 @@ bun = "latest"
|
||||
[tasks.dev]
|
||||
description = 'Run BE & FE in tmux'
|
||||
run = [
|
||||
'tmux new-window "cd api; PORT=8912 air"',
|
||||
'tmux split-window "cd frontend; PORT=8913 bun run dev"',
|
||||
'xdg-open "http://localhost:8913"'
|
||||
'tmux new-window "cd api; go install; PORT=8912 air"',
|
||||
'tmux split-window "cd frontend; bun install; PORT=8913 bun src/index.tsx"',
|
||||
'xdg-open "http://localhost:8913" || open "http://localhost:8913"'
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user