chore: init
This commit is contained in:
15
mise.toml
Normal file
15
mise.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
[tools]
|
||||
go = "latest"
|
||||
bun = "latest"
|
||||
|
||||
[env]
|
||||
# PORT = "8912" # api port
|
||||
# FRONTEND_PORT = "8913"
|
||||
|
||||
[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"'
|
||||
]
|
||||
Reference in New Issue
Block a user